inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 15271
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 115212 | 115212 | 263955 263955 | 15271 15271 |
| 115213 | 115213 | 263956 263956 | 15271 15271 |
| 115214 | 115214 | 32848 32848 | 15271 15271 |
| 115215 | 115215 | 66118 66118 | 15271 15271 |
| 115216 | 115216 | 527192 527192 | 15271 15271 |
| 115217 | 115217 | 7165 7165 | 15271 15271 |
| 115218 | 115218 | 488674 488674 | 15271 15271 |
| 115219 | 115219 | 77314 77314 | 15271 15271 |
| 115220 | 115220 | 241633 241633 | 15271 15271 |
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)
);