You are viewing a single comment's thread. Return to all comments →
SELECT CONCAT(Name, '(', SUBSTR(Occupation, 1, 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;
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 →