You are viewing a single comment's thread. Return to all comments →
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)
Seems like cookies are disabled on this browser, please enable them to open this website
The PADS
You are viewing a single comment's thread. Return to all comments →
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)