inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 115557
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 480747 | 480747 | 82012 82012 | 115557 115557 |
| 480748 | 480748 | 217832 217832 | 115557 115557 |
| 480749 | 480749 | 157424 157424 | 115557 115557 |
| 480750 | 480750 | 528687 528687 | 115557 115557 |
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)
);