[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 750   SHUFFLE   <  SKIP 574  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13360Cook, Jada94519ConcordCaliforniaUnited States
25959Hall, Katherine91945Lemon GroveCaliforniaUnited States
23142Wu, Cara97005BeavertonOregonUnited States

Generated 2025-07-14 20:37:21.738 UTC