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

Question #284069

11. Get all the channel_ids that uploaded at least one video in "AI/ML" or "Robotics" technologies between 2018 and 2021.


Note:


. Consider all the videos that have any of the technologies mentioned above in their name


• Sort the output in the ascending order of channel_id


Expected Output Format


channel_ld



1
Expert's answer
2022-01-02T02:20:39-0500
select ​video_content.channelid
FROM ​quiz.video_content inner join user_details u on quiz.video_id=u.user_id
WHERE ​count(u.user_id) >= 20  AND name like '%DIY%' OR name LIKE '%Robotics%'
 "2018"  AND "2021" GROUP BY video_content.channelid
ORDER ​BY video_content.channelid 

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