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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26556Cooper, Jeremy97330CorvallisOregonUnited States
20656Perry, Marcus, LV0SookeBritish ColumbiaCanada
23276Zhou, Vincent, A90706BellflowerCaliforniaUnited States

Generated 2025-07-11 03:31:57.550 UTC