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
Quick AnswerThe correct answer is Natural because it directly addresses the core logic of Database Management.
NATURAL JOIN automatically joins on all columns with matching names and data types.