inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 19844
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 484070 | 484070 | 493751 493751 | 19844 19844 |
| 484071 | 484071 | 50787 50787 | 19844 19844 |
| 484072 | 484072 | 264579 264579 | 19844 19844 |
| 484073 | 484073 | 241965 241965 | 19844 19844 |
| 484074 | 484074 | 9739 9739 | 19844 19844 |
| 484075 | 484075 | 33011 33011 | 19844 19844 |
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)
);