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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29203Hu, Laura91910Chula VistaCaliforniaUnited States
29366Patel, DominicEM15Esher-MoleseyEnglandUnited Kingdom
27223Wright, Jeremy, S99362Walla WallaWashingtonUnited States

Generated 2025-11-05 07:09:32.182 UTC