[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 876  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23724Hughes, Gabrielle91977Spring ValleyCaliforniaUnited States
23892Bailey, OliviaV3A 4R2LangleyBritish ColumbiaCanada
23001Munoz, Julio97005BeavertonOregonUnited States

Generated 2025-07-10 00:15:17.475 UTC