inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 11624
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 884611 | 884611 | 66590 66590 | 11624 11624 |
| 884612 | 884612 | 4912 4912 | 11624 11624 |
| 884613 | 884613 | 486052 486052 | 11624 11624 |
| 884614 | 884614 | 290065 290065 | 11624 11624 |
| 884615 | 884615 | 256162 256162 | 11624 11624 |
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)
);