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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18478Roberts, Eduardo, B90706BellflowerCaliforniaUnited States
18678Watson, Sean91977Spring ValleyCaliforniaUnited States
26880Xu, Heather01071DresdenHessenGermany

Generated 2025-07-12 09:56:32.574 UTC