[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 2500   SHUFFLE   <  SKIP 2003  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15957Ross, Samuel, T94063Redwood CityCaliforniaUnited States
17715Pal, Rafael, JGL7 1RYGloucestershireEnglandUnited Kingdom
20017Sanders, Anna, E94536FremontCaliforniaUnited States

Generated 2025-07-14 02:12:35.889 UTC