inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 302184
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 105158 | 105158 | 263083 263083 | 302184 302184 |
| 105159 | 105159 | 209658 209658 | 302184 302184 |
| 105160 | 105160 | 263082 263082 | 302184 302184 |
| 105161 | 105161 | 337911 337911 | 302184 302184 |
| 105162 | 105162 | 230687 230687 | 302184 302184 |
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)
);