[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 468   SHUFFLE   <  SKIP 1000  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19019Gonzales, Jackson94303Palo AltoCaliforniaUnited States
28892Bryant, Marissa, APB12PeterboroughEnglandUnited Kingdom
13227Wilson, Alexander91910Chula VistaCaliforniaUnited States

Generated 2025-07-12 17:30:40.587 UTC