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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15955Ortega, Neil, M94010BurlingameCaliforniaUnited States
11737Martin, Megan, A94063Redwood CityCaliforniaUnited States
13295Jackson, Jasmine97205PortlandOregonUnited States

Generated 2025-07-12 22:36:37.798 UTC