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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17650Sanders, JessicaPE17BuryEnglandUnited Kingdom
16158Gomez, Kathleen, J6006PerthSouth AustraliaAustralia
12037Chapman, Patricia4551CaloundraQueenslandAustralia

Generated 2025-11-06 01:19:21.365 UTC