nested loops join (Angleško)
Noun
A join algorithm which compares each row from one source (known as the outer source) to each row from the other source (known as the inner source) looking for rows that satisfy the join predicate. A source could be a table.