inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 18672
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 509183 | 509183 | 46490 46490 | 18672 18672 |
| 509184 | 509184 | 316967 316967 | 18672 18672 |
| 509185 | 509185 | 9114 9114 | 18672 18672 |
| 509186 | 509186 | 83302 83302 | 18672 18672 |
| 509187 | 509187 | 528976 528976 | 18672 18672 |
| 509188 | 509188 | 254214 254214 | 18672 18672 |
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)
);