inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17096
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 440137 | 440137 | 156786 156786 | 17096 17096 |
| 440138 | 440138 | 8236 8236 | 17096 17096 |
| 440139 | 440139 | 528247 528247 | 17096 17096 |
| 440140 | 440140 | 33055 33055 | 17096 17096 |
| 440141 | 440141 | 251194 251194 | 17096 17096 |
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)
);