코딩테스트 SQL 코드카타 (Movie Rating)
·
Daily 코드카타/SQL
문제 Movie Rating - LeetCode Write a solution to:Find the name of the user who has rated the greatest number of movies. In case of a tie, return the lexicographically smaller user name.Find the movie name with the highest average rating in February 2020.In case of a tie, return the lexicographically smaller movie name.The result format is in the following example. Example 1:Input: Movies table:+--..