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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29272King, Alex, B90706BellflowerCaliforniaUnited States
15394Wilson, Natalie, C91945Lemon GroveCaliforniaUnited States
11813Patterson, Mary97068W. LinnOregonUnited States

Generated 2025-07-11 12:32:36.377 UTC