We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b724d commit da5f81dCopy full SHA for da5f81d
1 file changed
MySQL/second-highest-salary.sql
@@ -1,7 +1,7 @@
1
# Time: O(n)
2
# Space: O(1)
3
#
4
-# Write a SQL query to get the second highest salary from the Employee table.
+# Write a SQL query to get the second highest salary from the Employee table. Alias Salary as SecondHighestSalary.
5
6
# +----+--------+
7
# | Id | Salary |
0 commit comments