[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 2974 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 26392 | Rai, Kelli | 80074 | München | Hessen | Germany |
| 19762 | Ma, Warren, A | 3000 | Melbourne | Victoria | Australia |
| 27662 | Zheng, Bianca, G | 91502 | Burbank | California | United States |
Generated 2025-10-29 23:00:26.017 UTC