[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 2516   SHUFFLE   <  SKIP 500  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15254Chapman, Carla, C31901ColumbusGeorgiaUnited States
20917Tang, TonyaE17 6JFLondonEnglandUnited Kingdom
17339Hayes, Ian, S97005BeavertonOregonUnited States

Generated 2025-07-14 22:53:34.925 UTC