inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 114012
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 450575 | 450575 | 490654 490654 | 114012 114012 |
| 450576 | 450576 | 281266 281266 | 114012 114012 |
| 450577 | 450577 | 251681 251681 | 114012 114012 |
| 450578 | 450578 | 80916 80916 | 114012 114012 |
| 450579 | 450579 | 281265 281265 | 114012 114012 |
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)
);