[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 0   SHUFFLE   <  SKIP 3101  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12403Young, HenryWA3WatfordEnglandUnited Kingdom
16753Harris, Rachel97034Lake OswegoOregonUnited States
24453Yuan, Cassie, J2300NewcastleNew South WalesAustralia
20817Rodriguez, Geoffrey3977CranbourneVictoriaAustralia

Generated 2025-10-28 14:26:24.954 UTC