[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 512   SHUFFLE   <  SKIP 1100  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20685Powell, Mariah90706BellflowerCaliforniaUnited States
23038Reed, Sydney98052RedmondWashingtonUnited States
23727Serrano, Bruce94014ColmaCaliforniaUnited States

Generated 2025-07-12 03:24:32.586 UTC