[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 1071 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 12538 | Blanco, Paula | 12311 | Berlin | Saarland | Germany |
| 12591 | Madan, Meredith, D | 14129 | Berlin | Hessen | Germany |
| 12636 | Salah, Tamer, A | 12171 | Berlin | Saarland | Germany |
Generated 2025-10-30 14:19:46.006 UTC