You are viewing a single comment's thread. Return to all comments →
SELECT CONCAT(Name,'(',LEFT(UPPER(Occupation),1),')') FROM OCCUPATIONS ORDER BY Name; SELECT CONCAT('There are a total of ',COUNT(Occupation),' ',LOWER(Occupation),'s.') FROM OCCUPATIONS GROUP BY Occupation ORDER BY COUNT(Occupation), Occupation ASC;
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 →