[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 750   SHUFFLE   <  SKIP 370  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15223Martin, Ebony, F2113North RydeNew South WalesAustralia
23644Young, Allison, R2450Coffs HarbourNew South WalesAustralia
21169Arun, Nancy, C4000BrisbaneQueenslandAustralia

Generated 2025-11-06 04:46:25.055 UTC