inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 60182
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 843860 | 843860 | 447837 447837 | 60182 60182 |
| 843861 | 843861 | 240051 240051 | 60182 60182 |
| 843862 | 843862 | 352594 352594 | 60182 60182 |
| 843863 | 843863 | 396652 396652 | 60182 60182 |
| 843864 | 843864 | 38515 38515 | 60182 60182 |
| 843865 | 843865 | 260831 260831 | 60182 60182 |
| 843866 | 843866 | 479896 479896 | 60182 60182 |
| 843867 | 843867 | 487612 487612 | 60182 60182 |
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)
);