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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25779Cai, Marshall, K66001SaarbrückenSaarlandGermany
28846Lopez, Cynthia, D91910Chula VistaCaliforniaUnited States
27171Gill, Kristi, AOX14 4SEOxfordEnglandUnited Kingdom

Generated 2025-11-05 12:42:23.951 UTC