inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 30980
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 816896 | 816896 | 244145 244145 | 30980 30980 |
| 816897 | 816897 | 503971 503971 | 30980 30980 |
| 816898 | 816898 | 268354 268354 | 30980 30980 |
| 816899 | 816899 | 534823 534823 | 30980 30980 |
| 816900 | 816900 | 15966 15966 | 30980 30980 |
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)
);