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

Question #284123

6. Get all the unique channels that published review videos.


Note:


You can consider the videos which contain "review" in name as review videos.


Sort the output in the ascending order of channel_name.


Expected Output Format:


channel_name


1
Expert's answer
2022-01-13T07:47:44-0500
SELECT vd.user_id
FROM quiz.video_content as vc,quiz.view_details as vd
where vd.user_id=336
order by user_name;

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