About 50 results
Open links in new tab
  1. SQL 50 - Study Plan - LeetCode

    SQL 50 Summary Basic to intermediate SQL topics 50 essential SQL questions Best for 1 month of prep time

  2. 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

  3. Recyclable and Low Fat Products - LeetCode

    Can you solve this real interview question? Recyclable and Low Fat Products - Table: Products +-------------+---------+ | Column Name | Type ...

  4. 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.

  5. 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.

  6. Study Plan - LeetCode

    Copyright © 2026 LeetCode Help Center Jobs Bug Bounty Assessment Students Terms Privacy Policy United States

  7. 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.

  8. Students and Examinations - LeetCode

    Can you solve this real interview question? Students and Examinations - Table: Students +---------------+---------+ | Column Name | Type ...

  9. 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 …

  10. 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 …