inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405462
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 98077 | 98077 | 484585 484585 | 405462 405462 |
| 98078 | 98078 | 521719 521719 | 405462 405462 |
| 98079 | 98079 | 432360 432360 | 405462 405462 |
| 98080 | 98080 | 470769 470769 | 405462 405462 |
| 98081 | 98081 | 383498 383498 | 405462 405462 |
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)
);