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

Question #284138

14. Get the total number of countries where the subscribers of the Taylor Swift channel (channel_id = 399) are present.


Expected Output Format


country_count


1
Expert's answer
2022-01-04T01:09:41-0500
SELECT COUNT(Countries)
FROM songs
WHERE title IN
    (SELECT genre
     FROM artists
     WHERE genre LIKE "pop");

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