[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 250   SHUFFLE   <  SKIP 92  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17781She, Jake01071DresdenHessenGermany
21475Alexander, Cassidy94015Daly CityCaliforniaUnited States
23000Henderson, Victoria, M97034Lake OswegoOregonUnited States
21151Campbell, Aaron, C90706BellflowerCaliforniaUnited States

Generated 2025-07-11 15:49:31.830 UTC