inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 145251
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 610052 | 610052 | 165512 165512 | 145251 145251 |
| 610053 | 610053 | 100627 100627 | 145251 145251 |
| 610054 | 610054 | 291904 291904 | 145251 145251 |
| 610055 | 610055 | 257012 257012 | 145251 145251 |
| 610056 | 610056 | 291903 291903 | 145251 145251 |
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)
);