[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 34   SHUFFLE   <  SKIP 2540  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23010Cook, SethV0SookeBritish ColumbiaCanada
14017Rodriguez, Chloe, C92102San DiegoCaliforniaUnited States
27785Bell, Sebastian, DEM15Esher-MoleseyEnglandUnited Kingdom
24351Yang, Brandon94015Daly CityCaliforniaUnited States

Generated 2025-07-20 17:48:35.150 UTC