inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 165978
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 322622 | 322622 | 113599 113599 | 165978 165978 |
| 322623 | 322623 | 222925 222925 | 165978 165978 |
| 322624 | 322624 | 507625 507625 | 165978 165978 |
| 322625 | 322625 | 321536 321536 | 165978 165978 |
| 322626 | 322626 | 247902 247902 | 165978 165978 |
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)
);