inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 32610
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 934075 | 934075 | 40454 40454 | 32610 32610 |
| 934076 | 934076 | 66673 66673 | 32610 32610 |
| 934077 | 934077 | 535572 535572 | 32610 32610 |
| 934078 | 934078 | 109209 109209 | 32610 32610 |
| 934079 | 934079 | 16860 16860 | 32610 32610 |
| 934080 | 934080 | 245933 245933 | 32610 32610 |
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)
);