[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 160  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13490Rodriguez, Edward95062Santa CruzCaliforniaUnited States
16983Collins, Gabriel, L91364Woodland HillsCaliforniaUnited States
19500Shan, RussellAS23Stoke-on-TrentEnglandUnited Kingdom

Generated 2025-07-09 13:22:54.499 UTC