Equijoin is called as ______.
Answer options
A
Inner join / Simple join
B
Outer join
C
Self join
D
Cross join
Correct answer: Inner join / Simple join
Explanation
Quick AnswerThe correct answer is Inner join / Simple join because it directly addresses the core logic of Database Management.
An equijoin uses the = operator and is also called an inner/simple join.