Inner Join

Optimizing SQL Database Performance

Optimizing Database Performance

Inner Join

The Inner Join logical operator returns each row that satisfies the join of the first (top) input with the second (bottom) input.

See Also

Using Inner Joins