[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 2993   SHUFFLE   <  SKIP 8  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12567Arthur, Carmen, MNT20Newcastle upon TyneEnglandUnited Kingdom
17030Russell, Emily90012Los AngelesCaliforniaUnited States
23272Hayes, Tristan, E90802Long BeachCaliforniaUnited States

Generated 2025-07-10 03:28:51.835 UTC