inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 106866
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 671205 | 671205 | 296166 296166 | 106866 106866 |
| 671206 | 671206 | 296167 296167 | 106866 106866 |
| 671207 | 671207 | 259223 259223 | 106866 106866 |
| 671208 | 671208 | 331055 331055 | 106866 106866 |
| 671209 | 671209 | 526193 526193 | 106866 106866 |
| 671210 | 671210 | 486994 486994 | 106866 106866 |
| 671211 | 671211 | 75550 75550 | 106866 106866 |
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)
);