[1193#_MEDIUM] Monthly Transactions I
·
SQL/LeetCode
보호되어 있는 글입니다.
[1693_EASY] Daily Leads and Partners
·
SQL/LeetCode
Table: DailySales +-------------+---------+ | Column Name | Type | +-------------+---------+ | date_id | date | | make_name | varchar | | lead_id | int | | partner_id | int | +-------------+---------+ This table does not have a primary key. This table contains the date and the name of the product sold and the IDs of the lead and partner it was sold to. The name consists of only lowercase English..
[1683#_EASY] Invalid Tweets
·
SQL/LeetCode
보호되어 있는 글입니다.
[1677#_EASY] Product's Worth Over Invoices
·
SQL/LeetCode
보호되어 있는 글입니다.
[1174#_MEDIUM] Immediate Food Delivery II
·
SQL/LeetCode
보호되어 있는 글입니다.
[1164#_MEDIUM] Product Price at a Given Date
·
SQL/LeetCode
보호되어 있는 글입니다.
[1667] Fix Names in a Table
·
SQL/LeetCode
Fix Names in a Table - LeetCode 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. leetcode.com Table: Users +----------------+---------+ | Column Name | Type | +----------------+---------+ | user_id | int | | name | varchar | +----------------+---------+ user_id is the primary key for this table. This tab..
[1661#_EASY] Average Time of Process per Machine
·
SQL/LeetCode
보호되어 있는 글입니다.