[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 4043 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 20945 | Tang, Roger, M | 80074 | München | Nordrhein-Westfalen | Germany | 
| 27075 | Chen, Jackson, S | V0 | Sooke | British Columbia | Canada | 
| 22848 | Pal, Peter, K | 2036 | Malabar | New South Wales | Australia | 
Generated 2025-10-31 12:24:27.836 UTC