inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 30405
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 764734 | 764734 | 36256 36256 | 30405 30405 |
| 764735 | 764735 | 243403 243403 | 30405 30405 |
| 764736 | 764736 | 534529 534529 | 30405 30405 |
| 764737 | 764737 | 15628 15628 | 30405 30405 |
| 764738 | 764738 | 54174 54174 | 30405 30405 |
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)
);