inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 106697
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 668426 | 668426 | 75416 75416 | 106697 106697 |
| 668427 | 668427 | 154050 154050 | 106697 106697 |
| 668428 | 668428 | 206514 206514 | 106697 106697 |
| 668429 | 668429 | 526155 526155 | 106697 106697 |
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)
);