inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 8327
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 781453 | 781453 | 280818 280818 | 8327 8327 |
| 781454 | 781454 | 36632 36632 | 8327 8327 |
| 781455 | 781455 | 251433 251433 | 8327 8327 |
| 781456 | 781456 | 45212 45212 | 8327 8327 |
| 781457 | 781457 | 4703 4703 | 8327 8327 |
| 781458 | 781458 | 3343 3343 | 8327 8327 |
| 781459 | 781459 | 485740 485740 | 8327 8327 |
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)
);