inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 115599
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 481219 | 481219 | 208213 208213 | 115599 115599 |
| 481220 | 481220 | 237858 237858 | 115599 115599 |
| 481221 | 481221 | 283781 283781 | 115599 115599 |
| 481222 | 481222 | 217803 217803 | 115599 115599 |
| 481223 | 481223 | 82043 82043 | 115599 115599 |
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)
);