[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 2500   SHUFFLE   <  SKIP 24  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19143Long, Lauren, C98020EdmondsWashingtonUnited States
14208Xu, Eugene, AGL7 1RYGloucestershireEnglandUnited Kingdom
23884Ross, Ethan95062Santa CruzCaliforniaUnited States

Generated 2025-07-11 10:42:17.249 UTC