TODO.
Joins
Join Algorithms
Join algorithms are the algorithms used to join two tables’ rows on a shared column to produce a resultant table.
There are several join algorithms, but this is a simple join algorithm called the nested loop join:
Search