inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 68679
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 584892 | 584892 | 500297 500297 | 68679 68679 |
| 584893 | 584893 | 100084 100084 | 68679 68679 |
| 584894 | 584894 | 47319 47319 | 68679 68679 |
| 584895 | 584895 | 346121 346121 | 68679 68679 |
| 584896 | 584896 | 532732 532732 | 68679 68679 |
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)
);