[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 1777 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 16457 | Martin, Kathleen | 38001 | Braunschweig | Nordrhein-Westfalen | Germany |
| 18636 | Chapman, Edgar, C | 38001 | Braunschweig | Nordrhein-Westfalen | Germany |
| 19449 | Yuan, Nuan | 38001 | Braunschweig | Nordrhein-Westfalen | Germany |
Generated 2025-10-29 23:03:51.135 UTC