inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 28789
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 894980 | 894980 | 260537 260537 | 28789 28789 |
| 894981 | 894981 | 14731 14731 | 28789 28789 |
| 894982 | 894982 | 239916 239916 | 28789 28789 |
| 894983 | 894983 | 39697 39697 | 28789 28789 |
| 894984 | 894984 | 231861 231861 | 28789 28789 |
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)
);