inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 30404
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 168166 | 168166 | 503230 503230 | 30404 30404 |
| 168167 | 168167 | 534529 534529 | 30404 30404 |
| 168168 | 168168 | 344819 344819 | 30404 30404 |
| 168169 | 168169 | 54174 54174 | 30404 30404 |
| 168170 | 168170 | 243403 243403 | 30404 30404 |
| 168171 | 168171 | 15628 15628 | 30404 30404 |
| 168172 | 168172 | 104387 104387 | 30404 30404 |
| 168173 | 168173 | 227896 227896 | 30404 30404 |
| 168174 | 168174 | 168416 168416 | 30404 30404 |
| 168175 | 168175 | 36256 36256 | 30404 30404 |
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)
);