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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13165Walker, Wyatt, V90712LakewoodCaliforniaUnited States
23983Reed, TaylorGL50CheltenhamEnglandUnited Kingdom
18247Beck, Donna, J3000MelbourneVictoriaAustralia

Generated 2025-07-13 14:03:35.827 UTC