In which type of join, duplicate columns are there ?
Equi-join
Natural
Left Join
Right Join
Answer
Equi-join
Reason — In an equi-join, all columns from the joining tables appear in the output, even if they are identical. This can result in duplicate columns in the output table.