inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 29024
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 895036 | 895036 | 14865 14865 | 29024 29024 |
| 895037 | 895037 | 240205 240205 | 29024 29024 |
| 895038 | 895038 | 39702 39702 | 29024 29024 |
| 895039 | 895039 | 261141 261141 | 29024 29024 |
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)
);