KnowledgeBoat Logo

Informatics Practices

In which type of join, the join condition contains an equality operator ?

  1. Equi-join
  2. Natural
  3. Left Join
  4. Right Join

SQL Joins & Grouping

3 Likes

Answer

Equi-join

Reason — An equi-join compares columns from two or more tables for equality using the "=" operator in the join condition.

Answered By

1 Like


Related Questions