• + 1 comment

    select Concat(Name,'(',substring(OCCUPATION,1,1),')') from OCCUPATIONS

    Select Concat('There are a total of ',count(occupation),' ',OCCUPATION,'s.') from occupations group by occupation order by count(occupation)