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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28983Lopez, Sean90706BellflowerCaliforniaUnited States
24138Gutierrez, KristyAS23Stoke-on-TrentEnglandUnited Kingdom
14196Dominguez, Felicia, RWA3WatfordEnglandUnited Kingdom

Generated 2025-07-11 10:56:57.381 UTC