The _______ join is based on all columns in the two tables that have the same data type.
Answer options
A
Natural
B
Cross
C
Full Outer
D
Left Outer
Correct answer: Natural
Explanation
NATURAL JOIN automatically joins on all columns with matching names and data types.