← Back to companies
[ OK ] Loaded —
[ INFO ]
$ cd
$ ls -lt
01
02
03
04
05
$ ls -lt
01
02
03
04
05
user@intervues:~/$
Write a SQL query to find the second highest distinct salary from the employees table.
If there is no second highest salary (i.e., there is only one distinct salary), the query should return NULL.