• + 0 comments

    Select concat(name,'(',upper(left(Occupation,1)),')') from OCCUPATIONS order by 1 ;

    select Concat('There are a total of ',count(Occupation),' ',lower(Occupation),'s','.') from OCCUPATIONS group by Occupation order by 1;