inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 17112
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 440263 | 440263 | 156800 156800 | 17112 17112 |
| 440264 | 440264 | 8244 8244 | 17112 17112 |
| 440265 | 440265 | 251203 251203 | 17112 17112 |
| 440266 | 440266 | 490497 490497 | 17112 17112 |
| 440267 | 440267 | 80556 80556 | 17112 17112 |
| 440268 | 440268 | 29694 29694 | 17112 17112 |
| 440269 | 440269 | 528253 528253 | 17112 17112 |
| 440270 | 440270 | 219712 219712 | 17112 17112 |
| 440271 | 440271 | 51305 51305 | 17112 17112 |
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)
);