Answer:
A hash join algorithm can only produce equi-joins. The database system pre-forms access to the tables concerned by building hash tables on the join-attributes.
Previous Question | Next Question |
What is Merge join? | What is inner join? Explain with an example? |