[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 1993   SHUFFLE   <  SKIP 3043  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24619Kelly, Shelby, N92020El CajonCaliforniaUnited States
21613Powell, Caleb, GV2M1P1NewtonBritish ColumbiaCanada
25615Hall, Destiny, GLE18LeedsEnglandUnited Kingdom

Generated 2025-07-18 23:00:21.198 UTC