[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 1314   SHUFFLE   <  SKIP 250  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20864Howard, Grace, JLE18LeedsEnglandUnited Kingdom
18809King, Jason97005BeavertonOregonUnited States
13346Chande, Gregory, S97005BeavertonOregonUnited States

Generated 2025-07-14 00:23:56.505 UTC