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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24691Carlson, Meredith, G20354HamburgHamburgGermany
18976Howard, Garrett97330CorvallisOregonUnited States
26815Cox, Erin97355LebanonOregonUnited States

Generated 2025-07-09 08:54:02.625 UTC