inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 184002
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 468978 | 468978 | 512216 512216 | 184002 184002 |
| 468979 | 468979 | 282795 282795 | 184002 184002 |
| 468980 | 468980 | 282796 282796 | 184002 184002 |
| 468981 | 468981 | 124176 124176 | 184002 184002 |
| 468982 | 468982 | 335983 335983 | 184002 184002 |
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)
);