[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 3032  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23523Liu, Steve, V5023FindonSouth AustraliaAustralia
12929Bryant, Vanessa97330CorvallisOregonUnited States
28086Anand, Bridget90706BellflowerCaliforniaUnited States
17581Henderson, Jack, M94063Redwood CityCaliforniaUnited States

Generated 2025-07-09 08:53:51.751 UTC