[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 0   SHUFFLE   <  SKIP 3123  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13609Yang, Ramon, KSW8 4BGLondonEnglandUnited Kingdom
17126Perry, NatalieV9B 2C3ShawneeBritish ColumbiaCanada
19210Price, Alexis, E90241DowneyCaliforniaUnited States

Generated 2025-10-30 01:19:58.860 UTC