inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405549
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 875330 | 875330 | 440338 440338 | 405549 405549 |
| 875331 | 875331 | 484917 484917 | 405549 405549 |
| 875332 | 875332 | 500662 500662 | 405549 405549 |
| 875333 | 875333 | 475332 475332 | 405549 405549 |
| 875334 | 875334 | 389379 389379 | 405549 405549 |
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)
);