79401279

Date: 2025-01-30 21:37:36
Score: 2
Natty:
Report link

SELECT concat(Name,'(', Substr(Occupation,1,1),')' ) from OCCUPATIONS ORDER BY Name ASC; SELECT CONCAT ('There are a total of',' ',COUNT(Occupation),' ', lOWER(Occupation),'s.') FROM OCCUPATIONS GROUP BY Occupation ORDER BY COUNT(Occupation);

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: ray