inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 112896
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 429138 | 429138 | 279892 279892 | 112896 112896 |
| 429139 | 429139 | 336479 336479 | 112896 112896 |
| 429140 | 429140 | 80194 80194 | 112896 112896 |
| 429141 | 429141 | 279893 279893 | 112896 112896 |
| 429142 | 429142 | 156657 156657 | 112896 112896 |
| 429143 | 429143 | 490321 490321 | 112896 112896 |
| 429144 | 429144 | 250933 250933 | 112896 112896 |
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)
);