
Ultimate access to all questions.
A data engineer aims to horizontally combine two tables in a query, using a shared column as the key. The desired outcome includes rows with key values present in both tables, plus any non-matching rows from either table. Which SQL command achieves this?
A
INNER JOIN
B
FULL OUTER JOIN
C
UNION
D
LEFT OUTER JOIN
E
MERGE