[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 62   SHUFFLE   <  SKIP 111  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11517Bryant, Katherine, A94063Redwood CityCaliforniaUnited States
28841Gonzales, Samuel94014ColmaCaliforniaUnited States
13400Thomas, Julia, B91941GrossmontCaliforniaUnited States

Generated 2025-07-12 20:35:51.276 UTC