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 AVG()

Q:10
Display the average marks in Sub2.


SQL> SELECT AVG(SUB2) FROM STUDENT;

 AVG(SUB2)
----------
      75.5