Skip to main content

Instagram Likes

MediumPremium

Instagram is a social media platform that allows users to share photos and videos with their followers. Users can upload images and videos to their profile. Other users follow their accounts to see their posts in their feed, and they can also like, comment, and share content.

You're given two tables, users and posts, with the following columns:

user_idusernameemaildate_joined
integerstringstringdate
post_iduser_idlikespost_date
integerintegerintegerdate

Write a SQL query that returns a table (with columns username and num_popular_posts) with the top 3 users who have created the highest number of posts with at least 100 likes.