[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 1875   SHUFFLE   <  SKIP 1189  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22288Patterson, Isabel, M97005BeavertonOregonUnited States
24403Wright, Gabriel94947NovatoCaliforniaUnited States
11062Powell, Noah, D97205PortlandOregonUnited States

Generated 2025-07-15 19:12:57.140 UTC