GoodTecher

Be a Good Techer and Tech for Good. www.goodtecher.com

Skip to content
Menu
  • Home
  • LeetCode
    • Array
    • Binary Search
    • Binary Tree
    • Depth First Search
    • Design
    • Dynamic Programming
    • Linked List
    • Math
    • Stack
    • String
    • Two Pointers
    • Union Find
  • Useful

Category: Database

  • Posted on June 22, 2021June 22, 2021
  • Database

LeetCode 511. Game Play Analysis I

Description https://leetcode.com/problems/game-play-analysis-i/ SQL Schema Table: Activity +————–+———+ | Column Name | Type | +————–+———+ | player_id | int | | device_id…

Continue Reading
  • Posted on June 21, 2021June 21, 2021
  • Database

LeetCode 1607. Sellers With No Sales

Description https://leetcode.com/problems/sellers-with-no-sales/ SQL Schema Table: Customer +—————+———+ | Column Name | Type | +—————+———+ | customer_id | int | | customer_name…

Continue Reading
  • Posted on June 16, 2021June 16, 2021
  • Database

LeetCode 1890. The Latest Login in 2020

Description https://leetcode.com/problems/the-latest-login-in-2020/ SQL Schema Table: Logins +—————-+———-+ | Column Name | Type | +—————-+———-+ | user_id | int | | time_stamp…

Continue Reading
  • Posted on June 15, 2021June 15, 2021
  • Database

LeetCode 1873. Calculate Special Bonus

Description https://leetcode.com/problems/calculate-special-bonus/ SQL Schema Table: Employees +————-+———+ | Column Name | Type | +————-+———+ | employee_id | int | | name…

Continue Reading
  • Posted on May 21, 2021May 21, 2021
  • Database

LeetCode 1468. Calculate Salaries

Description https://leetcode.com/problems/calculate-salaries/ SQL Schema Table Salaries: +—————+———+ | Column Name | Type | +—————+———+ | company_id | int | | employee_id…

Continue Reading
  • Posted on May 14, 2021May 14, 2021
  • Database

LeetCode 1789. Primary Department for Each Employee

Description https://leetcode.com/problems/primary-department-for-each-employee/ SQL Schema Table: Employee +—————+———+ | Column Name | Type | +—————+———+ | employee_id | int | | department_id…

Continue Reading
  • Posted on May 13, 2021May 13, 2021
  • Database

LeetCode 181. Employees Earning More Than Their Managers

Description https://leetcode.com/problems/employees-earning-more-than-their-managers/ SQL Schema The Employee table holds all employees including their managers. Every employee has an Id, and there is also…

Continue Reading
  • Posted on May 12, 2021May 12, 2021
  • Database

LeetCode 1795. Rearrange Products Table

Description https://leetcode.com/problems/rearrange-products-table/ SQL Schema Table: Products +————-+———+ | Column Name | Type | +————-+———+ | product_id | int | | store1…

Continue Reading
  • Posted on May 11, 2021
  • Database

LeetCode 586. Customer Placing the Largest Number of Orders

Description https://leetcode.com/problems/customer-placing-the-largest-number-of-orders/ SQL Schema Table: Orders +—————–+———-+ | Column Name | Type | +—————–+———-+ | order_number | int | | customer_number…

Continue Reading
  • Posted on May 11, 2021May 11, 2021
  • Database

LeetCode 1050. Actors and Directors Who Cooperated At Least Three Times

Description https://leetcode.com/problems/actors-and-directors-who-cooperated-at-least-three-times/ SQL Schema Table: ActorDirector +————-+———+ | Column Name | Type | +————-+———+ | actor_id | int | | director_id…

Continue Reading

Posts navigation

Page 1 Page 2 … Page 4 Next Page

Follow GoodTecher

Categories

  • HackerRank (1)
  • Interview (7)
  • LeetCode (588)
    • Array (185)
    • Backtracking (18)
    • Binary Search (19)
    • Binary Tree (63)
    • Bit Manipulation (15)
    • Database (40)
    • Depth First Search (6)
    • Design (10)
    • Dynamic Programming (17)
    • Graph (18)
    • Greedy (5)
    • Heap (1)
    • Linked List (26)
    • Math (36)
    • Recursion (3)
    • Sorting (11)
    • Stack (11)
    • String (95)
    • Two Pointers (12)
    • Union Find (2)
  • Machine Learning (7)
  • Technical Solutions (2)
  • Useful (3)
© Copyright 2025 – GoodTecher
Cell Theme by DesignOrbital ⋅ Powered by WordPress