inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 126997
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 299183 | 299183 | 160608 160608 | 126997 126997 |
| 299184 | 299184 | 339900 339900 | 126997 126997 |
| 299185 | 299185 | 89402 89402 | 126997 126997 |
| 299186 | 299186 | 272341 272341 | 126997 126997 |
| 299187 | 299187 | 272342 272342 | 126997 126997 |
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)
);