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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21410Zhang, Eric98020EdmondsWashingtonUnited States
21606Roberts, Connor, W98020EdmondsWashingtonUnited States
21607Torres, Bryce, I98020EdmondsWashingtonUnited States

Generated 2025-07-12 00:42:32.538 UTC