inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 19960
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 978915 | 978915 | 266175 266175 | 19960 19960 |
| 978916 | 978916 | 9812 9812 | 19960 19960 |
| 978917 | 978917 | 86637 86637 | 19960 19960 |
| 978918 | 978918 | 493872 493872 | 19960 19960 |
| 978919 | 978919 | 228421 228421 | 19960 19960 |
| 978920 | 978920 | 242977 242977 | 19960 19960 |
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)
);