inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17674
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 896609 | 896609 | 282511 282511 | 17674 17674 |
| 896610 | 896610 | 8558 8558 | 17674 17674 |
| 896611 | 896611 | 65098 65098 | 17674 17674 |
| 896612 | 896612 | 39773 39773 | 17674 17674 |
| 896613 | 896613 | 487860 487860 | 17674 17674 |
| 896614 | 896614 | 252339 252339 | 17674 17674 |
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)
);