inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 14096
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 77184 | 77184 | 6424 6424 | 14096 14096 |
| 77185 | 77185 | 348718 348718 | 14096 14096 |
| 77186 | 77186 | 488001 488001 | 14096 14096 |
| 77187 | 77187 | 231640 231640 | 14096 14096 |
| 77188 | 77188 | 76379 76379 | 14096 14096 |
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)
);