inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17338
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 884580 | 884580 | 490737 490737 | 17338 17338 |
| 884581 | 884581 | 8365 8365 | 17338 17338 |
| 884582 | 884582 | 281522 281522 | 17338 17338 |
| 884583 | 884583 | 69254 69254 | 17338 17338 |
| 884584 | 884584 | 251839 251839 | 17338 17338 |
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)
);