inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 22958
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 260158 | 260158 | 531366 531366 | 22958 22958 |
| 260159 | 260159 | 11468 11468 | 22958 22958 |
| 260160 | 260160 | 31698 31698 | 22958 22958 |
| 260161 | 260161 | 249416 249416 | 22958 22958 |
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)
);