inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 115574
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1028720 | 1028720 | 157437 157437 | 115574 115574 |
| 1028721 | 1028721 | 174616 174616 | 115574 115574 |
| 1028722 | 1028722 | 82025 82025 | 115574 115574 |
| 1028723 | 1028723 | 217810 217810 | 115574 115574 |
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)
);