[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 250   SHUFFLE   <  SKIP 2085  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27158Jones, LucasGA10GatesheadEnglandUnited Kingdom
28594Cooper, Sydney, P97068W. LinnOregonUnited States
14295Thomas, Hannah91791West CovinaCaliforniaUnited States

Generated 2025-07-14 12:39:33.235 UTC