[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 24   SHUFFLE   <  SKIP 2040  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15739Rogers, Garrett90401Santa MonicaCaliforniaUnited States
14178Raje, Katie75002ParisSeine (Paris)France
28794Cooper, Juan, D97068W. LinnOregonUnited States
28772Hughes, Eric97068W. LinnOregonUnited States

Generated 2025-07-18 19:36:25.259 UTC