[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 3123  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14413Patterson, Rachel, K91910Chula VistaCaliforniaUnited States
14884Torres, Kristi, M91910Chula VistaCaliforniaUnited States
15387Rodriguez, Miguel, B91910Chula VistaCaliforniaUnited States
15260Torres, Kathleen91910Chula VistaCaliforniaUnited States

Generated 2025-11-05 03:47:16.186 UTC