inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 85122
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 385294 | 385294 | 333588 333588 | 85122 85122 |
| 385295 | 385295 | 277829 277829 | 85122 85122 |
| 385296 | 385296 | 537439 537439 | 85122 85122 |
| 385297 | 385297 | 176881 176881 | 85122 85122 |
| 385298 | 385298 | 509690 509690 | 85122 85122 |
| 385299 | 385299 | 118260 118260 | 85122 85122 |
| 385300 | 385300 | 58303 58303 | 85122 85122 |
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)
);