[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 416   SHUFFLE   <  SKIP 2348  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12961Murphy, Kimberly97005BeavertonOregonUnited States
14003Ramirez, Angel97205PortlandOregonUnited States
14083Lopez, Nathan98033KirklandWashingtonUnited States

Generated 2025-07-20 20:42:14.951 UTC