[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 2500   SHUFFLE   <  SKIP 15  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14846Chande, Kelsey, KMK8 8DFMilton KeynesEnglandUnited Kingdom
28860Anderson, Ian, M94947NovatoCaliforniaUnited States
14778Jimenez, ReneeLA1 1LNLancasterEnglandUnited Kingdom
11272Martinez, Lauren, L90210Beverly HillsCaliforniaUnited States
26348Moore, LoganV9MetchosinBritish ColumbiaCanada
23837Li, Jonathan, E94519ConcordCaliforniaUnited States

Generated 2025-07-13 10:22:33.602 UTC