inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
14 rows where query_id = 80819
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 270283 | 270283 | 465353 465353 | 80819 80819 |
| 270284 | 270284 | 376590 376590 | 80819 80819 |
| 270285 | 270285 | 376589 376589 | 80819 80819 |
| 270286 | 270286 | 424572 424572 | 80819 80819 |
| 270287 | 270287 | 491098 491098 | 80819 80819 |
| 270288 | 270288 | 376588 376588 | 80819 80819 |
| 270289 | 270289 | 465354 465354 | 80819 80819 |
| 270290 | 270290 | 55329 55329 | 80819 80819 |
| 270291 | 270291 | 424571 424571 | 80819 80819 |
| 270292 | 270292 | 252825 252825 | 80819 80819 |
| 270293 | 270293 | 483726 483726 | 80819 80819 |
| 270294 | 270294 | 424570 424570 | 80819 80819 |
| 270295 | 270295 | 465355 465355 | 80819 80819 |
| 270296 | 270296 | 424573 424573 | 80819 80819 |
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)
);