RIGHT JOIN
between the Asia and America subqueries on their respective row numbers.LEFT JOIN
between the result of the previous join and the Europe subquery on the America row number.America
, Asia
, and Europe
from the joined tables to form the final result.erDiagram Student { varchar name varchar continent }