[1633#_EASY] Percentage of Users Attended a Contest
·
SQL/LeetCode
보호되어 있는 글입니다.
[1158] Market Analysis I
·
SQL/LeetCode
Market Analysis I - 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 | | join_date | date | | favorite_brand | varchar | +----------------+---------+ user_id is the primary ..
[1149#] Article Views II
·
SQL/LeetCode
보호되어 있는 글입니다.
[1623#] All Valid Triplets That Can Represent a Country
·
SQL/LeetCode
보호되어 있는 글입니다.
[1607#] Sellers With No Sales
·
SQL/LeetCode
보호되어 있는 글입니다.
[1587] Bank Account Summary II
·
SQL/LeetCode
Bank Account Summary II - 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 | +--------------+---------+ | account | int | | name | varchar | +--------------+---------+ account is the primary key for this table. Each row of..
[1581] Customer Who Visited but Did Not Make Any Transactions
·
SQL/LeetCode
Table: Visits +-------------+---------+ | Column Name | Type | +-------------+---------+ | visit_id | int | | customer_id | int | +-------------+---------+ visit_id is the primary key for this table. This table contains information about the customers who visited the mall. Table: Transactions +----------------+---------+ | Column Name | Type | +----------------+---------+ | transaction_id | int ..
[1571#] Warehouse Manager
·
SQL/LeetCode
보호되어 있는 글입니다.