[580#] Count Student Number in Departments
·
SQL/LeetCode
보호되어 있는 글입니다.
[578#] Get Highest Answer Rate Question
·
SQL/LeetCode
보호되어 있는 글입니다.
[1241#] Number of Comments per Post
·
SQL/LeetCode
보호되어 있는 글입니다.
[1211] Queries Quality and Percentage
·
SQL/LeetCode
able: Queries +-------------+---------+ | Column Name | Type | +-------------+---------+ | query_name | varchar | | result | varchar | | position | int | | rating | int | +-------------+---------+ There is no primary key for this table, it may have duplicate rows. This table contains information collected from some queries on a database. The position column has a value from 1 to 500. The rating ..
[1173#] Immediate Food Delivery I
·
SQL/LeetCode
보호되어 있는 글입니다.
[574] Winning Candidate
·
SQL/LeetCode
보호되어 있는 글입니다.
[570#_MEDIUM] Managers with at Least 5 Direct Reports
·
SQL/LeetCode
보호되어 있는 글입니다.
[1148] Article Views I
·
SQL/LeetCode
Table: Views +---------------+---------+ | Column Name | Type | +---------------+---------+ | article_id | int | | author_id | int | | viewer_id | int | | view_date | date | +---------------+---------+ There is no primary key for this table, it may have duplicate rows. Each row of this table indicates that some viewer viewed an article (written by some author) on some date. Note that equal autho..