Joining a table to itself is called as ______.
Answer options
A
Self join
B
Cross join
C
Natural join
D
Equijoin
Correct answer: Self join
Explanation
Quick AnswerThe correct answer is Self join because it directly addresses the core logic of Database Management.
A self join joins a table to itself using aliases.