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 Query - 1

Q:6
Display the EmpNo, Name of the employee with minimum Total.


SQL> SELECT EMPNO,NAME FROM EMPLOYEE WHERE TOTAL=(SELECT MIN(TOTAL) FROM EMPLOYEE);

     EMPNO NAME
---------- -------------------------
         2 THOMAS KUTTY