inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 63149
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 179069 | 179069 | 267858 267858 | 63149 63149 |
| 179070 | 179070 | 43220 43220 | 63149 63149 |
| 179071 | 179071 | 324238 324238 | 63149 63149 |
| 179072 | 179072 | 489397 489397 | 63149 63149 |
| 179073 | 179073 | 527629 527629 | 63149 63149 |
| 179074 | 179074 | 243882 243882 | 63149 63149 |
| 179075 | 179075 | 267859 267859 | 63149 63149 |
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)
);