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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19665Gonzales, Eduardo, C94704BerkeleyCaliforniaUnited States
19767Serrano, Ross94704BerkeleyCaliforniaUnited States
19837Jimenez, Philip, B94704BerkeleyCaliforniaUnited States
20002White, Elizabeth, A94704BerkeleyCaliforniaUnited States

Generated 2025-11-04 22:22:23.558 UTC