inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17858
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 736169 | 736169 | 8664 8664 | 17858 17858 |
| 736170 | 736170 | 283512 283512 | 17858 17858 |
| 736171 | 736171 | 491138 491138 | 17858 17858 |
| 736172 | 736172 | 34872 34872 | 17858 17858 |
| 736173 | 736173 | 55136 55136 | 17858 17858 |
| 736174 | 736174 | 252900 252900 | 17858 17858 |
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)
);