inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 118011
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 547060 | 547060 | 492412 492412 | 118011 118011 |
| 547061 | 547061 | 158163 158163 | 118011 118011 |
| 547062 | 547062 | 327281 327281 | 118011 118011 |
| 547063 | 547063 | 529055 529055 | 118011 118011 |
| 547064 | 547064 | 83656 83656 | 118011 118011 |
| 547065 | 547065 | 255367 255367 | 118011 118011 |
| 547066 | 547066 | 208355 208355 | 118011 118011 |
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)
);