[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 250  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11838Rodriguez, Justin, J97005BeavertonOregonUnited States
29373Subram, Bobby, JSL67RJMaidenheadEnglandUnited Kingdom
20962Xie, Sharon75009ParisSeine (Paris)France
28386Subram, SergioSW6 SBYLondonEnglandUnited Kingdom

Generated 2025-07-11 16:02:12.610 UTC