[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 250   SHUFFLE   <  SKIP 1024  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28591Collins, Mary, E94536FremontCaliforniaUnited States
16464Liu, Alan, VMK8 8ZDMilton KeynesEnglandUnited Kingdom
15852Henderson, Oscar, J95062Santa CruzCaliforniaUnited States

Generated 2025-07-07 18:38:22.846 UTC