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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15380Robinson, Nathan, T98033KirklandWashingtonUnited States
15743Thompson, Chloe, M98033KirklandWashingtonUnited States
15971Jenkins, Ryan, C98033KirklandWashingtonUnited States

Generated 2025-07-11 03:37:26.956 UTC