In this video, we will solve the SQL Medium Level interview question asked in Amazon & Dropbox
SQL Script:
CREATE TABLE employees (
id INT PRIMARY KEY,
salary INT
);
-- Insert sample data into the 'employees' table
INSERT INTO employees (id, salary) VALUES
(1, 100),
(2, 200),
(3, 300),
(4, 400),
(5, 500),
(6, 600),
(7, 700),
(8, 800),
(9, 900),
(10, 1000);
Easy - Level questions -
https://youtube.com/playlist?list=PLP8zk3fCtbPIRr92ZlRnw6H__IgWQdetg&si=-HgJ2ZeVg1IL35f3
Medium - Level questions -
https://youtube.com/playlist?list=PLP8zk3fCtbPI6zpFi9-BENOuzCtUpMUwe&si=O1m4aK2fupBozHNt
Hard-Level SQL interview questions -
https://youtube.com/playlist?list=PLP8zk3fCtbPK-D8N_jInxlPNaDdlwEjHJ&si=gHH5avPPSunyM6Jx
If you have any interesting SQL questions, feel free to send them to me at
[email protected].
#sqlserver #dataanalytics #dataanalyst
#sqlqueries
#sqlqueryinterviewquestionsandanswers
#amazon
#dropbox #data #sqlqueries #faangpreparation
Download
0 formats
No download links available.
Amazon & Dropbox SQL Interview Question (Medium Level) | 2nd Highest Salary | In 4 different ways💡 | NatokHD