[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 1123   <  SKIP 1977  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28079Phillips, Haley, BV8Z 4N5ShawneeBritish ColumbiaCanada
28363Travers, SavannahV9B 2C3ShawneeBritish ColumbiaCanada
28771Russell, KatherineV9B 2C3ShawneeBritish ColumbiaCanada

Generated 2025-07-15 21:32:14.742 UTC