inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 100466
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 742558 | 742558 | 376154 376154 | 100466 100466 |
| 742559 | 742559 | 376155 376155 | 100466 100466 |
| 742560 | 742560 | 424038 424038 | 100466 100466 |
| 742561 | 742561 | 252590 252590 | 100466 100466 |
| 742562 | 742562 | 68278 68278 | 100466 100466 |
| 742563 | 742563 | 483677 483677 | 100466 100466 |
| 742564 | 742564 | 424037 424037 | 100466 100466 |
| 742565 | 742565 | 465055 465055 | 100466 100466 |
| 742566 | 742566 | 512347 512347 | 100466 100466 |
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)
);