inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 19405
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 694796 | 694796 | 9506 9506 | 19405 19405 |
| 694797 | 694797 | 85315 85315 | 19405 19405 |
| 694798 | 694798 | 336225 336225 | 19405 19405 |
| 694799 | 694799 | 493184 493184 | 19405 19405 |
| 694800 | 694800 | 56497 56497 | 19405 19405 |
| 694801 | 694801 | 210672 210672 | 19405 19405 |
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)
);