inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 96722
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 718039 | 718039 | 65831 65831 | 96722 96722 |
| 718040 | 718040 | 111735 111735 | 96722 96722 |
| 718041 | 718041 | 223745 223745 | 96722 96722 |
| 718042 | 718042 | 247157 247157 | 96722 96722 |
| 718043 | 718043 | 172625 172625 | 96722 96722 |
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)
);