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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23461Smith, Rachael, K97005BeavertonOregonUnited States
21639Wilson, Anthony98168BurienWashingtonUnited States
24182Lopez, Nancy, L66740SaarlouisSaarlandGermany

Generated 2025-07-11 15:51:35.321 UTC