[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 0   SHUFFLE   <  SKIP 3980  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14146Sara, Toni, EGA10GatesheadEnglandUnited Kingdom
28274Rodriguez, William98168BurienWashingtonUnited States
24435Hughes, Mariah, A97005BeavertonOregonUnited States

Generated 2025-10-31 19:22:39.284 UTC