[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 512   SHUFFLE   <  SKIP 28  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15202Bryant, Blake, C94536FremontCaliforniaUnited States
14921Watson, Sara, C91776San GabrielCaliforniaUnited States
13991Hayes, Jack, L98284Sedro WoolleyWashingtonUnited States

Generated 2025-07-11 14:37:49.674 UTC