inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17324
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 978169 | 978169 | 68314 68314 | 17324 17324 |
| 978170 | 978170 | 8358 8358 | 17324 17324 |
| 978171 | 978171 | 490728 490728 | 17324 17324 |
| 978172 | 978172 | 281507 281507 | 17324 17324 |
| 978173 | 978173 | 251826 251826 | 17324 17324 |
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)
);