[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 128 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 14042 | Adams, Stephanie, R | 98901 | Yakima | Washington | United States |
| 14117 | Cook, Emma, G | 98901 | Yakima | Washington | United States |
| 14392 | Jackson, Justin, T | 98901 | Yakima | Washington | United States |
Generated 2025-10-29 23:02:27.389 UTC