[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 2500   SHUFFLE   <  SKIP 2555  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23552Russell, CalebV8POak BayBritish ColumbiaCanada
14314Cooper, Katherine, R7001HobartTasmaniaAustralia
19461Shan, Nichole, KCB4 4BZCambridgeEnglandUnited Kingdom
26892Rogers, Cody, FKB9KirkbyEnglandUnited Kingdom

Generated 2025-07-19 04:59:15.366 UTC