+-----------+-------+------+------+-------+-----------+------+-------+
-- 右外连接,注意sc和student换了位置
SELECT * FROM sc RIGHT OUTER JOIN student ON student.sno=sc.sno;
+-----------+------+-------+-----------+-------+------+------+-------+
(北联网教程,专业提供视频软件下载)
……