[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country ORDER BY City DESC > TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity < SKIP 1358 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 14504 | Jones, Nicole | V8V | Victoria | British Columbia | Canada | 
| 14631 | Flores, Logan, K | V8V | Victoria | British Columbia | Canada | 
| 14582 | Reed, Marcus | V8V | Victoria | British Columbia | Canada | 
Generated 2025-10-31 19:01:37.388 UTC