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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20389Romero, Lee98107BallardWashingtonUnited States
20513Smith, Joseph, T98107BallardWashingtonUnited States
21296Hall, Luis, L98107BallardWashingtonUnited States

Generated 2025-07-06 19:19:12.607 UTC