inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 62239
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 978823 | 978823 | 420895 420895 | 62239 62239 |
| 978824 | 978824 | 373349 373349 | 62239 62239 |
| 978825 | 978825 | 498111 498111 | 62239 62239 |
| 978826 | 978826 | 463039 463039 | 62239 62239 |
| 978827 | 978827 | 250754 250754 | 62239 62239 |
| 978828 | 978828 | 483254 483254 | 62239 62239 |
| 978829 | 978829 | 41940 41940 | 62239 62239 |
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)
);