[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 1000   SHUFFLE   <  SKIP 56  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11497Nath, Katrina, RNT20Newcastle upon TyneEnglandUnited Kingdom
27834Suarez, Diana, J45000OrleansLoiretFrance
20190Reed, Angela, K98501OlympiaWashingtonUnited States

Generated 2025-11-05 06:50:23.645 UTC