[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 512   <  SKIP 4456  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22241Washington, Alexandria, M98052RedmondWashingtonUnited States
22339Nelson, Richard98052RedmondWashingtonUnited States
21608Griffin, David98052RedmondWashingtonUnited States

Generated 2025-07-22 04:43:38.149 UTC