[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 3569  >   <  TAKE 4  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21224Alan, Jamie, S4810TownsvilleQueenslandAustralia
18833Baker, Morgan90712LakewoodCaliforniaUnited States
21206Moreno, Roberto, R6006PerthSouth AustraliaAustralia
15023Watson, Juan, J99202SpokaneWashingtonUnited States

Generated 2025-11-05 14:10:19.400 UTC