[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 250   <  SKIP 4749  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29248Martin, Jonathan, B98052RedmondWashingtonUnited States
28824Gonzales, Brandon, D98052RedmondWashingtonUnited States
28861Walker, Alexandra98052RedmondWashingtonUnited States

Generated 2025-07-15 13:26:20.179 UTC