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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16658Raje, Ashlee, E2500WollongongNew South WalesAustralia
25256Hill, Eric, GV9B 5T2ShawneeBritish ColumbiaCanada
19058Goel, Shawn, LLE18LeedsEnglandUnited Kingdom

Generated 2025-07-13 23:59:43.079 UTC