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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28296Butler, Thomas, C94704BerkeleyCaliforniaUnited States
28584Mr., Smith, Rolando, T.94704BerkeleyCaliforniaUnited States
28829Bryant, Robert94704BerkeleyCaliforniaUnited States

Generated 2025-10-30 22:30:10.721 UTC