inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 33901
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 307137 | 307137 | 60473 60473 | 33901 33901 |
| 307138 | 307138 | 33285 33285 | 33901 33901 |
| 307139 | 307139 | 17559 17559 | 33901 33901 |
| 307140 | 307140 | 506759 506759 | 33901 33901 |
| 307141 | 307141 | 112115 112115 | 33901 33901 |
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)
);