2. Get the number of users who possitively engaged with at least one video of Disney
Channel (channel_id = 352).
Note:
. Consider possitive engagement as LIKE for a video uploaded by Disney channel.
Expected Output Format:
no_of_users reached
SELECT users no_of_users_reached FROM video WHERE channel_id = 352
Comments
Leave a comment