inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 17295
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 453108 | 453108 | 81012 81012 | 17295 17295 |
| 453109 | 453109 | 281463 281463 | 17295 17295 |
| 453110 | 453110 | 490709 490709 | 17295 17295 |
| 453111 | 453111 | 281464 281464 | 17295 17295 |
| 453112 | 453112 | 251799 251799 | 17295 17295 |
| 453113 | 453113 | 156933 156933 | 17295 17295 |
| 453114 | 453114 | 8344 8344 | 17295 17295 |
| 453115 | 453115 | 66854 66854 | 17295 17295 |
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)
);