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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27098Wilson, Sarah, C98107BallardWashingtonUnited States
27074Sanchez, Kristi, M98107BallardWashingtonUnited States
27548Green, Mason98107BallardWashingtonUnited States

Generated 2025-07-08 05:04:43.341 UTC