[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 960  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16191Zeng, Margaret, MRG7 5H7ReadingEnglandUnited Kingdom
13848Blue, Melissa, W97068W. LinnOregonUnited States
21739Rai, Dale, EWA3WatfordEnglandUnited Kingdom
15200Simpson, Mindy, A94010BurlingameCaliforniaUnited States

Generated 2025-11-05 10:20:17.691 UTC