[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 3293 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 25390 | Powell, Samantha | 90706 | Bellflower | California | United States |
| 28437 | Ms., Smith, Mary, J. | MK8 8DF | Milton Keynes | England | United Kingdom |
| 19031 | Perez, Regina, S | W10 6BL | London | England | United Kingdom |
Generated 2025-10-29 12:42:37.600 UTC