[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 2000   SHUFFLE   <  SKIP 620  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14603Ward, Sara94063Redwood CityCaliforniaUnited States
12502Sanchez, DarrenOX16 8RSOxonEnglandUnited Kingdom
19826Zhao, Clarence, RT2P 2G8CalgaryAlbertaCanada
14122Miller, Kaitlyn90802Long BeachCaliforniaUnited States

Generated 2025-07-13 23:50:26.164 UTC