inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 28306
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 665024 | 665024 | 14450 14450 | 28306 28306 |
| 665025 | 665025 | 239596 239596 | 28306 28306 |
| 665026 | 665026 | 211879 211879 | 28306 28306 |
| 665027 | 665027 | 101321 101321 | 28306 28306 |
| 665028 | 665028 | 501163 501163 | 28306 28306 |
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)
);