inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 8198
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 146001 | 146001 | 242852 242852 | 8198 8198 |
| 146002 | 146002 | 3282 3282 | 8198 8198 |
| 146003 | 146003 | 527512 527512 | 8198 8198 |
| 146004 | 146004 | 155881 155881 | 8198 8198 |
| 146005 | 146005 | 77992 77992 | 8198 8198 |
| 146006 | 146006 | 334600 334600 | 8198 8198 |
| 146007 | 146007 | 65042 65042 | 8198 8198 |
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)
);