Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/lsp4you/public_html/connect.php on line 2 LSP4YOU - Learner's Support Publications

SELECT with SUM()

Q:12
Display the Total salary paid to salesmen.


SQL> SELECT SUM(TOTAL) FROM EMPLOYEE WHERE DESIGNATION='SALESMAN';

SUM(TOTAL)
----------
     14000