inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 83136
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 978968 | 978968 | 258584 258584 | 83136 83136 |
| 978969 | 978969 | 57074 57074 | 83136 83136 |
| 978970 | 978970 | 75172 75172 | 83136 83136 |
| 978971 | 978971 | 153894 153894 | 83136 83136 |
| 978972 | 978972 | 206442 206442 | 83136 83136 |
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)
);