inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 54613
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 559355 | 559355 | 158207 158207 | 54613 54613 |
| 559356 | 559356 | 29404 29404 | 54613 54613 |
| 559357 | 559357 | 215108 215108 | 54613 54613 |
| 559358 | 559358 | 529077 529077 | 54613 54613 |
| 559359 | 559359 | 299353 299353 | 54613 54613 |
| 559360 | 559360 | 83728 83728 | 54613 54613 |
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)
);