Leetcode SQL Problem | Second Highest Salary #sql #interview

preview_player
Показать описание
In this video we will solve a leetcode problem, Where we need to find second highest salary from employee table.

Here is the script:

create table Employee
(
id INT,
salary INT
);

insert into Employee values
(1,100)
,(2,200)
,(3,300);

Connect with me on the below platforms-
visit shbcf.ru