[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 250   SHUFFLE   <  SKIP 4693  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14551Vance, Michele, C24044KielSaarlandGermany
27452Watson, Evan, A91364Woodland HillsCaliforniaUnited States
18412Parker, Mary92020El CajonCaliforniaUnited States
11197Morris, Andrea98104SeattleWashingtonUnited States

Generated 2025-07-21 10:24:24.375 UTC