[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 998   SHUFFLE   <  SKIP 260  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17100Wang, Vincent, M33041PaderbornHamburgGermany
19659Robinson, Wyatt90802Long BeachCaliforniaUnited States
23287Kelly, Juan, N91941GrossmontCaliforniaUnited States
18017Shan, Kurt, A14197BerlinSaarlandGermany

Generated 2025-07-14 08:06:20.075 UTC