Skip to content

Commit da5f81d

Browse files
authored
Update requirements
1 parent 48b724d commit da5f81d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MySQL/second-highest-salary.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Time: O(n)
22
# Space: O(1)
33
#
4-
# Write a SQL query to get the second highest salary from the Employee table.
4+
# Write a SQL query to get the second highest salary from the Employee table. Alias Salary as SecondHighestSalary.
55
#
66
# +----+--------+
77
# | Id | Salary |

0 commit comments

Comments
 (0)