[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 230  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19883Young, Kevin91364Woodland HillsCaliforniaUnited States
18156Zhang, TrishaHP10 9QYHigh WycombeEnglandUnited Kingdom
20029Evans, Jan, M90012Los AngelesCaliforniaUnited States

Generated 2025-07-11 10:19:28.994 UTC