inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 8266
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 672145 | 672145 | 541868 541868 | 8266 8266 |
| 672146 | 672146 | 3319 3319 | 8266 8266 |
| 672147 | 672147 | 46340 46340 | 8266 8266 |
| 672148 | 672148 | 25900 25900 | 8266 8266 |
| 672149 | 672149 | 320906 320906 | 8266 8266 |
| 672150 | 672150 | 203971 203971 | 8266 8266 |
| 672151 | 672151 | 72750 72750 | 8266 8266 |
| 672152 | 672152 | 296067 296067 | 8266 8266 |
| 672153 | 672153 | 296068 296068 | 8266 8266 |
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)
);