inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 8149
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 46748 | 46748 | 71302 71302 | 8149 8149 |
| 46749 | 46749 | 238990 238990 | 8149 8149 |
| 46750 | 46750 | 3259 3259 | 8149 8149 |
| 46751 | 46751 | 75766 75766 | 8149 8149 |
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)
);