[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 2694 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 26985 | Diaz, Jésus, F | 41485 | Grevenbroich | Bayern | Germany | 
| 19320 | Deng, Bethany, A | 91940 | Les Ulis | Essonne | France | 
| 21990 | Rai, Alejandro, R | 4700 | Rockhampton | Queensland | Australia | 
Generated 2025-10-31 19:22:50.344 UTC