[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 7979   SHUFFLE   <  SKIP 1271  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25869Parker, Lucas98052RedmondWashingtonUnited States
19007Sanchez, Mackenzie97222MilwaukieOregonUnited States
23520Wilson, Richard97301SalemOregonUnited States

Generated 2025-07-18 18:38:57.813 UTC