inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 172138
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 376873 | 376873 | 277246 277246 | 172138 172138 |
| 376874 | 376874 | 277245 277245 | 172138 172138 |
| 376875 | 376875 | 249410 249410 | 172138 172138 |
| 376876 | 376876 | 300107 300107 | 172138 172138 |
| 376877 | 376877 | 117311 117311 | 172138 172138 |
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)
);