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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13923Howard, Steven, H91941GrossmontCaliforniaUnited States
14495Diaz, Nathan91941GrossmontCaliforniaUnited States
14395Reed, Devin, J91941GrossmontCaliforniaUnited States

Generated 2025-07-12 05:03:25.226 UTC