
SQL 50 - Study Plan - LeetCode
SQL 50 Summary Basic to intermediate SQL topics 50 essential SQL questions Best for 1 month of prep time
Advanced SQL 50 - Study Plan - LeetCode
Advanced SQL 50 Summary Basic to advanced SQL topics 50 high-frequency SQL questions Best for 1 month of prep time
Recyclable and Low Fat Products - LeetCode
Can you solve this real interview question? Recyclable and Low Fat Products - Table: Products +-------------+---------+ | Column Name | Type ...
Monthly Transactions I - LeetCode
Write an SQL query to find for each month and country, the number of transactions and their total amount, the number of approved transactions and their total amount.
Managers with at Least 5 Direct Reports - LeetCode
This is a very good example to show the performance of SQL code. Try to work out other solutions and you may be surprised by running time difference.
Study Plan - LeetCode
Copyright © 2026 LeetCode Help Center Jobs Bug Bounty Assessment Students Terms Privacy Policy United States
LeetCode - The World's Leading Online Programming Learning Platform
Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.
Students and Examinations - LeetCode
Can you solve this real interview question? Students and Examinations - Table: Students +---------------+---------+ | Column Name | Type ...
Project Employees I - LeetCode
Write an SQL query that reports the average experience years of all the employees for each project, rounded to 2 digits. Return the result table in any order. The query result format is in the following …
Consecutive Numbers - LeetCode
In SQL, id is the primary key for this table. id is an autoincrement column starting from 1. Find all numbers that appear at least three times consecutively. Return the result table in any order. The …