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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27059Perry, Hunter94704BerkeleyCaliforniaUnited States
27458Liang, Roger, R94704BerkeleyCaliforniaUnited States
27477Wright, Hunter, R94704BerkeleyCaliforniaUnited States
27508Edwards, James, K94704BerkeleyCaliforniaUnited States

Generated 2025-11-05 13:40:13.766 UTC