[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 250   SHUFFLE   <  SKIP 376  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21668Rogers, Christina, FPE17BuryEnglandUnited Kingdom
13392Parker, Hunter97005BeavertonOregonUnited States
11956Sandberg, Alexandria90210Beverly HillsCaliforniaUnited States

Generated 2025-07-18 00:27:10.598 UTC