[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country < ORDER BY City TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 4000 < SKIP 326 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 19833 | Kelly, Michelle, N | 97330 | Corvallis | Oregon | United States |
| 20369 | Barnes, Trevor, J | 97330 | Corvallis | Oregon | United States |
| 20524 | Jenkins, Angelica, J | 97330 | Corvallis | Oregon | United States |
Generated 2025-11-06 00:17:32.229 UTC