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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27872Martinez, Ivan4700RockhamptonQueenslandAustralia
25599Russell, AaronGL50CheltenhamEnglandUnited Kingdom
28657Hayes, Ryan97222MilwaukieOregonUnited States

Generated 2025-07-08 10:56:03.512 UTC