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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11285Anderson, Jeremy, J94536FremontCaliforniaUnited States
11536Chow, Logan, J94536FremontCaliforniaUnited States
11623Perry, Angela94536FremontCaliforniaUnited States

Generated 2025-07-11 12:05:50.460 UTC