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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23001Munoz, Julio97005BeavertonOregonUnited States
20096Lal, JonathanV9B 2C3ShawneeBritish ColumbiaCanada
11658Mitchell, Robert94611OaklandCaliforniaUnited States

Generated 2025-07-20 21:25:13.059 UTC