Sort-Merge Join
From open-encyclopedia.com - the free encyclopedia.
Sort-Merge Join is an example of a join algorithm and is used in the implementation of a Relational Database Management System.
Description The Sort-Merge Join algorithm works as follows. The two input relations are sorted on the join attribute. We then search through the tuples for a match. Once we have found a match we exploit the grouping of touples to read out the matching set.