AVG(CASE WHEN m.season='2013/2014' AND m.home_goal = m.away_goal THEN 1 WHEN m.season='2013/2014' AND m.home_goal != m.away_goal THEN 0 END) AS ties_2013_2014, AVG ...
--> Step 1: select the title of all the songs by the artist named 'Queen'. SELECT title FROM songs WHERE artist = "Queen"; --> Step 2: Select the name of all of the artists from the 'Pop' genre.