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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22254Scott, Fernando, C98270MarysvilleWashingtonUnited States
22754Foster, Robert, S98270MarysvilleWashingtonUnited States
23054Moore, David, A98270MarysvilleWashingtonUnited States

Generated 2025-07-18 10:30:22.007 UTC