You are viewing a single comment's thread. Return to all comments →
Select concat(name,'(',upper(left(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 1;
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,'(',upper(left(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 1;