[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 1492 SKIP 0 < SKIP 2500 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 23050 | Hall, Jack, P | 97301 | Salem | Oregon | United States |
| 24416 | Jenkins, Oscar, A | 97301 | Salem | Oregon | United States |
| 24389 | Carter, Xavier | 97301 | Salem | Oregon | United States |
Generated 2025-11-06 06:26:05.302 UTC