inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 106041
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 639429 | 639429 | 525983 525983 | 106041 106041 |
| 639430 | 639430 | 258054 258054 | 106041 106041 |
| 639431 | 639431 | 486519 486519 | 106041 106041 |
| 639432 | 639432 | 74921 74921 | 106041 106041 |
| 639433 | 639433 | 153746 153746 | 106041 106041 |
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)
);