inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 8715
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 885848 | 885848 | 14594 14594 | 8715 8715 |
| 885849 | 885849 | 239702 239702 | 8715 8715 |
| 885850 | 885850 | 3481 3481 | 8715 8715 |
| 885851 | 885851 | 260109 260109 | 8715 8715 |
| 885852 | 885852 | 501325 501325 | 8715 8715 |
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)
);