[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   <  SKIP 2400  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21706Murphy, Haley98168BurienWashingtonUnited States
21714Patel, Carmen, M98168BurienWashingtonUnited States
21716Sara, Gerald, C98168BurienWashingtonUnited States

Generated 2025-11-05 22:06:14.325 UTC