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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12803Li, Heather, CYO15YorkEnglandUnited Kingdom
12808Schmidt, MarcY024 1GFYorkEnglandUnited Kingdom
12473Sai, SergioY024 1GFYorkEnglandUnited Kingdom

Generated 2025-07-07 13:20:30.116 UTC