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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19613Garcia, Ruben4700RockhamptonQueenslandAustralia
28374Vance, Ruben20354HamburgHamburgGermany
16697Henderson, Wyatt4810TownsvilleQueenslandAustralia

Generated 2025-11-05 09:48:57.748 UTC