[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 0 SHUFFLE < SKIP 2315 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 24103 | Dominguez, Billy, M | 80074 | München | Nordrhein-Westfalen | Germany |
| 22463 | Chandra, Raymond, F | 93700 | Drancy | Seine Saint Denis | France |
| 17324 | Xu, Tonya | 3977 | Cranbourne | Victoria | Australia |
Generated 2025-10-29 12:43:08.731 UTC