inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 25917
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 36050 | 36050 | 289113 289113 | 25917 25917 |
| 36051 | 36051 | 499965 499965 | 25917 25917 |
| 36052 | 36052 | 28357 28357 | 25917 25917 |
| 36053 | 36053 | 13079 13079 | 25917 25917 |
| 36054 | 36054 | 50891 50891 | 25917 25917 |
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)
);