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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20125Clark, Natalie, L98033KirklandWashingtonUnited States
19682Kumar, Eric98033KirklandWashingtonUnited States
19733Watson, Caitlin, C98033KirklandWashingtonUnited States

Generated 2025-07-09 19:56:12.639 UTC