[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 480   SHUFFLE   <  SKIP 490  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19883Young, Kevin91364Woodland HillsCaliforniaUnited States
28108Yang, Roger, A3220GeelongVictoriaAustralia
23888Clark, Edward, R91364Woodland HillsCaliforniaUnited States

Generated 2025-07-09 13:32:23.079 UTC