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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22075Patel, Pedro90706BellflowerCaliforniaUnited States
22827Gao, Clayton, C78000VersaillesYvelineFrance
26793Nelson, Jesse, M90505TorranceCaliforniaUnited States
26111Coleman, Sarah, S90802Long BeachCaliforniaUnited States

Generated 2025-07-16 15:46:41.988 UTC