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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16371Diaz, Caleb, S94519ConcordCaliforniaUnited States
16768Barnes, Eduardo, R94519ConcordCaliforniaUnited States
16843Ramos, Jimmy94519ConcordCaliforniaUnited States

Generated 2025-07-11 10:36:46.530 UTC