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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26781Cox, Jan, D98052RedmondWashingtonUnited States
27045Brooks, Angel, D98052RedmondWashingtonUnited States
27262Hill, Courtney98052RedmondWashingtonUnited States

Generated 2025-07-12 23:09:48.158 UTC