inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404517
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 729644 | 729644 | 370266 370266 | 404517 404517 |
| 729645 | 729645 | 417142 417142 | 404517 404517 |
| 729646 | 729646 | 460697 460697 | 404517 404517 |
| 729647 | 729647 | 482416 482416 | 404517 404517 |
| 729648 | 729648 | 496058 496058 | 404517 404517 |
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)
);