Answer to Question #284168 in Databases | SQL | Oracle | MS Access for Lovely

Question #284168

18. Get the top 3 genre_ids that are liked by the users in India in the year 2018.


Note:


. Consider the name of the country as


"INDIA"


Consider reaction_type LIKE as liked. If a video belongs to 3 genres, then the like is counted in all the 3 genres.


• Sort the output in the descending order of no_of_likes, and then in the ascending order of the genre_id.


Expected Output Format


genre id


no of Likes


1
Expert's answer
2022-01-16T09:02:39-0500
SELECT DISTINCT genre_id FROM video WHERE video.channel.id=364 AND video.video_id != 1005 AND video.reaction_type LIKE 'liked' ORDER BY user_id ASC;

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS