[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 650   SHUFFLE   <  SKIP 914  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16590Deng, Shawn, COX14 4SEOxfordEnglandUnited Kingdom
24435Hughes, Mariah, A97005BeavertonOregonUnited States
16969Turner, Jackson90401Santa MonicaCaliforniaUnited States

Generated 2025-07-17 11:23:47.089 UTC