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
SELECT COUNT(Countries) FROM songs WHERE title IN (SELECT genre FROM artists WHERE genre LIKE "pop");
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments