Multiple choice technology programming languages

A Non equi-join is a join condition that does not contain an equality operator.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A non equi-join is a join condition in SQL that matches rows based on an inequality condition, such as BETWEEN, <, >, <=, or >=, rather than an exact equality operator.