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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13255Blanco, Lance, M66001SaarbrückenSaarlandGermany
15363Yang, Justin, SV0SookeBritish ColumbiaCanada
22093Baker, Sydney, A97205PortlandOregonUnited States
21692Ward, Savannah, L98901YakimaWashingtonUnited States

Generated 2025-11-05 19:58:00.850 UTC