inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 166965
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 328304 | 328304 | 507925 507925 | 166965 166965 |
| 328305 | 328305 | 222693 222693 | 166965 166965 |
| 328306 | 328306 | 536617 536617 | 166965 166965 |
| 328307 | 328307 | 114215 114215 | 166965 166965 |
| 328308 | 328308 | 174145 174145 | 166965 166965 |
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)
);