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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13216Mitchell, Mary94536FremontCaliforniaUnited States
13416Roberts, Richard94536FremontCaliforniaUnited States
14379Foster, Richard, C94536FremontCaliforniaUnited States

Generated 2025-11-05 22:44:38.347 UTC