[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 556 < SKIP 501 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 11567 | Perez, Carla | 14197 | Berlin | Saarland | Germany |
| 12128 | Munoz, Kristy, E | 12171 | Berlin | Hessen | Germany |
| 12228 | Martinez, Mayra, D | 14111 | Berlin | Hessen | Germany |
Generated 2025-11-05 21:49:29.331 UTC