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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11557Ramos, FeliciaY03 4TNYorkEnglandUnited Kingdom
11609Ye, Eugene, EY024 1GFYorkEnglandUnited Kingdom
12404Liang, Krystal, SY03 4TNYorkEnglandUnited Kingdom

Generated 2025-07-06 19:35:29.472 UTC