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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28824Gonzales, Brandon, D98052RedmondWashingtonUnited States
28861Walker, Alexandra98052RedmondWashingtonUnited States
28874Brooks, Alexa, F98052RedmondWashingtonUnited States

Generated 2025-07-20 10:02:31.251 UTC