We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e1016 commit 3ecd657Copy full SHA for 3ecd657
README.md
@@ -23,6 +23,11 @@ Solution to Database problems on <a href="https://leetcode.com/problemset/databa
23
<td><a href="https://leetcode.com/problems/trips-and-users/">Trips and Users</a></td>
24
<td><a href="https://github.com/amitverma80/LeetCode-SQL/blob/master/Trips%20and%20Users.sql">Solution</a></td>
25
</tr>
26
+ <tr>
27
+ <td>Hard</td>
28
+ <td><a href="https://leetcode.com/problems/department-top-three-salaries/">Department Top Three Salaries</a></td>
29
+ <td><a href="https://github.com/amitverma80/LeetCode-SQL/blob/master/Department%20Top%20Three%20Salaries.sql">Solution</a></td>
30
+ </tr>
31
</table>
32
<body>
33
<html>
0 commit comments