inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 15201
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 366214 | 366214 | 7126 7126 | 15201 15201 |
| 366215 | 366215 | 248996 248996 | 15201 15201 |
| 366216 | 366216 | 30011 30011 | 15201 15201 |
| 366217 | 366217 | 496728 496728 | 15201 15201 |
| 366218 | 366218 | 531220 531220 | 15201 15201 |
| 366219 | 366219 | 276468 276468 | 15201 15201 |
| 366220 | 366220 | 316959 316959 | 15201 15201 |
| 366221 | 366221 | 276469 276469 | 15201 15201 |
| 366222 | 366222 | 53255 53255 | 15201 15201 |
| 366223 | 366223 | 91994 91994 | 15201 15201 |
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)
);