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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20092Sharma, Ethan, M90505TorranceCaliforniaUnited States
23163Ross, Madison, A90505TorranceCaliforniaUnited States
18041Xie, SheenaLE18LeedsEnglandUnited Kingdom

Generated 2025-07-16 23:56:50.889 UTC