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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14625Simmons, Benjamin, I98270MarysvilleWashingtonUnited States
11381Raman, MeredithSW1P 2NULondonEnglandUnited Kingdom
28727Madan, Brett, L59223RoncqNordFrance

Generated 2025-07-11 17:12:19.954 UTC