Home
My Technical Diary
Cancel

LeetCode - 197. Rising Temperature

197. Rising Temperature - Easy 문제 Table: Weather +---------------+---------+ | Column Name | Type | +---------------+---------+ | id | int | | recordDate | date | | te...

LeetCode - 1661. Average Time of Process per Machine

1661. Average Time of Process per Machine - Easy 문제 Table: Activity +----------------+---------+ | Column Name | Type | +----------------+---------+ | machine_id | int | | process...

LeetCode - 1581. Customer Who Visited but Did Not Make Any Transactions

1581. Customer Who Visited but Did Not Make Any Transactions - Easy 문제 Table: Visits +-------------+---------+ | Column Name | Type | +-------------+---------+ | visit_id | int | | cu...

LeetCode - 1068. Product Sales Analysis I

1068. Product Sales Analysis I - Easy 문제 Table: Sales +-------------+-------+ | Column Name | Type | +-------------+-------+ | sale_id | int | | product_id | int | | year | int...

LeetCode - 1378. Replace Employee ID With The Unique Identifier

1378. Replace Employee ID With The Unique Identifier - Easy 문제 Table: Employees +---------------+---------+ | Column Name | Type | +---------------+---------+ | id | int | |...

LeetCode - 1683. Invalid Tweets

1683. Invalid Tweets - Easy 문제 Table: Tweets +----------------+---------+ | Column Name | Type | +----------------+---------+ | tweet_id | int | | content | varchar | +-...

LeetCode - 1148. Article Views I

1148. Article Views I - Easy 문제 Table: Views +---------------+---------+ | Column Name | Type | +---------------+---------+ | article_id | int | | author_id | int | | viewe...

LeetCode - 595. Big Countries

595. Big Countries - Easy 문제 Table: World +-------------+---------+ | Column Name | Type | +-------------+---------+ | name | varchar | | continent | varchar | | area | int ...

LeetCode - 584. Find Customer Referee

584. Find Customer Referee - Easy 문제 Table: Customer +-------------+---------+ | Column Name | Type | +-------------+---------+ | id | int | | name | varchar | | referee...

LeetCode - 1757. Recyclable and Low Fat Products

1757. Recyclable and Low Fat Products - Easy 문제 Table: Products +-------------+---------+ | Column Name | Type | +-------------+---------+ | product_id | int | | low_fats | enum |...