inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 5785
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 590545 | 590545 | 165262 165262 | 5785 5785 |
| 590546 | 590546 | 100181 100181 | 5785 5785 |
| 590547 | 590547 | 2306 2306 | 5785 5785 |
| 590548 | 590548 | 214256 214256 | 5785 5785 |
| 590549 | 590549 | 532796 532796 | 5785 5785 |
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)
);