[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 1896 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 19919 | Johnsen, Rebekah, J | PB12 | Peterborough | England | United Kingdom |
| 12479 | Tang, Priscilla, J | 60323 | Frankfurt | Hessen | Germany |
| 20623 | Garcia, Ruth | 2777 | Springwood | New South Wales | Australia |
Generated 2025-11-05 22:22:12.120 UTC