inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405736
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 58326 | 58326 | 485530 485530 | 405736 405736 |
| 58327 | 58327 | 487100 487100 | 405736 405736 |
| 58328 | 58328 | 445866 445866 | 405736 405736 |
| 58329 | 58329 | 394236 394236 | 405736 405736 |
| 58330 | 58330 | 479121 479121 | 405736 405736 |
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)
);