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 March 29, 2021March 29, 2021
  • Database

LeetCode 175. Combine Two Tables

Description https://leetcode.com/problems/combine-two-tables/ SQL Schema Table: Person +————-+———+ | Column Name | Type | +————-+———+ | PersonId | int | | FirstName…

Continue Reading
  • Posted on March 17, 2021
  • Database

LeetCode 182. Duplicate Emails

Description https://leetcode.com/problems/duplicate-emails/ SQL Schema Write a SQL query to find all duplicate emails in a table named Person. +—-+———+ | Id…

Continue Reading
  • Posted on March 5, 2021March 5, 2021
  • Database

LeetCode 1729. Find Followers Count

Description https://leetcode.com/problems/find-followers-count/ SQL Schema Table: Followers +————-+——+ | Column Name | Type | +————-+——+ | user_id | int | | follower_id…

Continue Reading
  • Posted on February 26, 2021February 26, 2021
  • Database

LeetCode 627. Swap Salary

Description https://leetcode.com/problems/swap-salary/ SQL Schema Table: Salary +————-+———-+ | Column Name | Type | +————-+———-+ | id | int | | name…

Continue Reading
  • Posted on February 24, 2021February 24, 2021
  • Database

LeetCode 595. Big Countries

Description https://leetcode.com/problems/big-countries/ SQL Schema There is a table World +—————–+————+————+————–+—————+ | name | continent | area | population | gdp |…

Continue Reading
  • Posted on February 23, 2021February 23, 2021
  • Database

LeetCode 1173. Immediate Food Delivery I

Description https://leetcode.com/problems/immediate-food-delivery-i/ SQL Schema Table: Delivery +—————————–+———+ | Column Name | Type | +—————————–+———+ | delivery_id | int | | customer_id…

Continue Reading
  • Posted on February 20, 2021February 20, 2021
  • Database

LeetCode 1068. Product Sales Analysis I

Description https://leetcode.com/problems/product-sales-analysis-i/ SQL Schema Table: Sales +————-+——-+ | Column Name | Type | +————-+——-+ | sale_id | int | | product_id…

Continue Reading
  • Posted on February 19, 2021February 19, 2021
  • Database

LeetCode 1069. Product Sales Analysis II

Description https://leetcode.com/problems/product-sales-analysis-ii/ SQL Schema Table: Sales +————-+——-+ | Column Name | Type | +————-+——-+ | sale_id | int | | product_id…

Continue Reading
  • Posted on February 19, 2021February 19, 2021
  • Database

LeetCode 1407. Top Travellers

Description https://leetcode.com/problems/top-travellers/ SQL Schema Table: Users +—————+———+ | Column Name | Type | +—————+———+ | id | int | | name…

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

LeetCode 1484. Group Sold Products By The Date

Description https://leetcode.com/problems/group-sold-products-by-the-date/ SQL Schema Table Activities: +————-+———+ | Column Name | Type | +————-+———+ | sell_date | date | | product…

Continue Reading

Posts navigation

Previous Page Page 1 Page 2 Page 3 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