inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15175
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 365313 | 365313 | 276382 276382 | 15175 15175 |
| 365314 | 365314 | 7112 7112 | 15175 15175 |
| 365315 | 365315 | 248947 248947 | 15175 15175 |
| 365316 | 365316 | 35295 35295 | 15175 15175 |
| 365317 | 365317 | 91943 91943 | 15175 15175 |
| 365318 | 365318 | 161825 161825 | 15175 15175 |
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)
);