1.

Which is a join condition contains an equality operator:(a) Equijoins(b) Cartesian(c) Both Equijoins and Cartesian(d) None of the mentionedI have been asked this question during an interview.I'm obligated to ask this question of Join Operations topic in division Query Processing Techniques of Database Management

Answer»

The correct choice is (a) Equijoins

Easiest explanation - An equi-join is a SPECIFIC TYPE of comparator-based join, that USES only EQUALITY COMPARISONS in the join-predicate.



Discussion

No Comment Found

Related InterviewSolutions