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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28238Flores, Dalton94536FremontCaliforniaUnited States
29076Miller, Megan94536FremontCaliforniaUnited States
29199Wilson, James, M94536FremontCaliforniaUnited States

Generated 2025-07-11 17:19:17.671 UTC