[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 512   SHUFFLE   <  SKIP 60  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28365Zhao, Stacey, JE17 6JFLondonEnglandUnited Kingdom
29246Williams, Thomas92102San DiegoCaliforniaUnited States

Generated 2025-07-14 05:07:52.292 UTC