inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21609
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 300763 | 300763 | 10718 10718 | 21609 21609 |
| 300764 | 300764 | 89490 89490 | 21609 21609 |
| 300765 | 300765 | 495377 495377 | 21609 21609 |
| 300766 | 300766 | 160656 160656 | 21609 21609 |
| 300767 | 300767 | 42516 42516 | 21609 21609 |
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)
);