inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 73476
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 432114 | 432114 | 50538 50538 | 73476 73476 |
| 432115 | 432115 | 254480 254480 | 73476 73476 |
| 432116 | 432116 | 286382 286382 | 73476 73476 |
| 432117 | 432117 | 532448 532448 | 73476 73476 |
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)
);