Question #171195

Get all the recent movie trailers that have more than 1 lakh views.

Note:
Consider the videos that have "trailer" in theirnameas trailers.
Sort the output in the descending order ofno_of_viewsandpublished_datetime
Expected Output Format
name	channel_id	no_of_views	published_datetime
...      ...           ...           ....

Expert's answer

SELECT name ,channelid, no_of_views,published_datetime FROM quiz.video_content where no_of_views>100000 and name like '%trailer%';

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!

LATEST TUTORIALS
APPROVED BY CLIENTS