inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 29688
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 131824 | 131824 | 242110 242110 | 29688 29688 |
| 131825 | 131825 | 167350 167350 | 29688 29688 |
| 131826 | 131826 | 52886 52886 | 29688 29688 |
| 131827 | 131827 | 229261 229261 | 29688 29688 |
| 131828 | 131828 | 15249 15249 | 29688 29688 |
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)
);