inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 10515
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 741003 | 741003 | 4288 4288 | 10515 10515 |
| 741004 | 741004 | 35277 35277 | 10515 10515 |
| 741005 | 741005 | 528292 528292 | 10515 10515 |
| 741006 | 741006 | 44868 44868 | 10515 10515 |
| 741007 | 741007 | 251391 251391 | 10515 10515 |
| 741008 | 741008 | 8294 8294 | 10515 10515 |
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)
);