InterviewSolution
Saved Bookmarks
| 1. |
What Is Hash Join? |
|
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. 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. |
|