📜  sql代码示例中的全外连接

📅  最后修改于: 2022-03-11 15:05:33.309000             🧑  作者: Mango

代码示例4
FULL OUTER JOIN:
is used when retrieving data from
multiple tables and will return both
table records, matching and non-matching.