[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 2016  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12792White, Blake, P98312BremertonWashingtonUnited States
12807Kumar, Nina, L63009OffenbachSaarlandGermany
21900Jones, Robert97005BeavertonOregonUnited States

Generated 2025-07-11 17:25:15.155 UTC