0% found this document useful (0 votes)
14 views2 pages

Top 15 SQL Questions LeetCode

This document lists the top 15 LeetCode SQL questions commonly asked in college interviews, including their difficulty levels and links to each problem. The questions cover various topics such as salary rankings, employee performance, and customer behavior. It serves as a resource for students preparing for technical interviews at companies like Wells Fargo.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views2 pages

Top 15 SQL Questions LeetCode

This document lists the top 15 LeetCode SQL questions commonly asked in college interviews, including their difficulty levels and links to each problem. The questions cover various topics such as salary rankings, employee performance, and customer behavior. It serves as a resource for students preparing for technical interviews at companies like Wells Fargo.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Top 15 LeetCode SQL Questions for College Interviews (Wells Fargo etc.

1. Second Highest Salary (Easy)

Link: https://leetcode.com/problems/second-highest-salary/

2. Nth Highest Salary (Medium)

Link: https://leetcode.com/problems/nth-highest-salary/

3. Employees Earning More Than Their Managers (Easy)

Link: https://leetcode.com/problems/employees-earning-more-than-their-managers/

4. Customers Who Never Order (Easy)

Link: https://leetcode.com/problems/customers-who-never-order/

5. Rank Scores (Medium)

Link: https://leetcode.com/problems/rank-scores/

6. Rising Temperature (Easy)

Link: https://leetcode.com/problems/rising-temperature/

7. Classes More Than 5 Students (Easy)

Link: https://leetcode.com/problems/classes-more-than-5-students/

8. Delete Duplicate Emails (Easy)

Link: https://leetcode.com/problems/delete-duplicate-emails/

9. Consecutive Numbers (Medium)

Link: https://leetcode.com/problems/consecutive-numbers/

10. List the Products Ordered in a Period (Medium)

Link: https://leetcode.com/problems/list-the-products-ordered-in-a-period/

11. Find Followers Count (Easy)

Link: https://leetcode.com/problems/find-followers-count/

12. Monthly Transactions I (Medium)

Link: https://leetcode.com/problems/monthly-transactions-i/
13. Average Selling Price (Medium)

Link: https://leetcode.com/problems/average-selling-price/

14. Product Price at a Given Date (Medium)

Link: https://leetcode.com/problems/product-price-at-a-given-date/

15. Friend Requests II: Who Has the Most Friends (Medium)

Link: https://leetcode.com/problems/friend-requests-ii-who-has-the-most-friends/

You might also like