inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 160759
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 291401 | 291401 | 171803 171803 | 160759 160759 |
| 291402 | 291402 | 535790 535790 | 160759 160759 |
| 291403 | 291403 | 110465 110465 | 160759 160759 |
| 291404 | 291404 | 224327 224327 | 160759 160759 |
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)
);