inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
11 rows where query_id = 100465
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 472297 | 472297 | 252590 252590 | 100465 100465 |
| 472298 | 472298 | 218260 218260 | 100465 100465 |
| 472299 | 472299 | 376155 376155 | 100465 100465 |
| 472300 | 472300 | 68278 68278 | 100465 100465 |
| 472301 | 472301 | 376154 376154 | 100465 100465 |
| 472302 | 472302 | 483677 483677 | 100465 100465 |
| 472303 | 472303 | 424037 424037 | 100465 100465 |
| 472304 | 472304 | 124437 124437 | 100465 100465 |
| 472305 | 472305 | 424038 424038 | 100465 100465 |
| 472306 | 472306 | 465055 465055 | 100465 100465 |
| 472307 | 472307 | 512347 512347 | 100465 100465 |
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)
);