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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16799Gonzales, Stephanie94536FremontCaliforniaUnited States
16962Coleman, Zachary94536FremontCaliforniaUnited States
17031Thomas, Grace, L94536FremontCaliforniaUnited States

Generated 2025-07-09 16:46:27.412 UTC