inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 40093
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 234856 | 234856 | 45987 45987 | 40093 40093 |
| 234857 | 234857 | 538735 538735 | 40093 40093 |
| 234858 | 234858 | 512968 512968 | 40093 40093 |
| 234859 | 234859 | 284320 284320 | 40093 40093 |
| 234860 | 234860 | 20836 20836 | 40093 40093 |
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)
);