inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 15289
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 116134 | 116134 | 77351 77351 | 15289 15289 |
| 116135 | 116135 | 59794 59794 | 15289 15289 |
| 116136 | 116136 | 7176 7176 | 15289 15289 |
| 116137 | 116137 | 39010 39010 | 15289 15289 |
| 116138 | 116138 | 155464 155464 | 15289 15289 |
| 116139 | 116139 | 488698 488698 | 15289 15289 |
| 116140 | 116140 | 241654 241654 | 15289 15289 |
| 116141 | 116141 | 340627 340627 | 15289 15289 |
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)
);