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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14395Reed, Devin, J91941GrossmontCaliforniaUnited States
28410Gill, Cheryl, RRG12 8TBBracknellEnglandUnited Kingdom
14776Arthur, Ronald, DEC1R 0DULondonEnglandUnited Kingdom

Generated 2025-07-16 01:51:53.975 UTC