inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 24527
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 456048 | 456048 | 498634 498634 | 24527 24527 |
| 456049 | 456049 | 58756 58756 | 24527 24527 |
| 456050 | 456050 | 281673 281673 | 24527 24527 |
| 456051 | 456051 | 96158 96158 | 24527 24527 |
| 456052 | 456052 | 12311 12311 | 24527 24527 |
| 456053 | 456053 | 239428 239428 | 24527 24527 |
| 456054 | 456054 | 531995 531995 | 24527 24527 |
CREATE TABLE [inventory_summary] (
[inventory_id] integer,
[query_id] integer,
FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id)
);