inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 65044
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 115294 | 115294 | 313286 313286 | 65044 65044 |
| 115295 | 115295 | 44975 44975 | 65044 65044 |
| 115296 | 115296 | 207471 207471 | 65044 65044 |
| 115297 | 115297 | 241644 241644 | 65044 65044 |
| 115298 | 115298 | 488685 488685 | 65044 65044 |
| 115299 | 115299 | 155455 155455 | 65044 65044 |
| 115300 | 115300 | 230345 230345 | 65044 65044 |
| 115301 | 115301 | 77334 77334 | 65044 65044 |
| 115302 | 115302 | 263968 263968 | 65044 65044 |
| 115303 | 115303 | 263969 263969 | 65044 65044 |
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)
);