Get all the user_ids who liked at least 5 videos published by "Tedx" channel.
active_user_id no_of_likes
... ...
SELECT e.ID, e.Name, l.UserID FROM Entries e LEFT JOIN Likes l ON l.EntryID = e.ID WHERE l.UserID = 5 ORDER BY e.Name
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment