Informatics Practices

Non-equi-join is the name of Natural join.

SQL Joins & Grouping

3 Likes

Answer

False

Reason — A non-equi-join is a query that specifies a relationship other than equality between columns, often using comparison operators like >, <, >=, <=, etc. On the other hand, a join in which only one of the identical columns from joined tables exists is called a natural join.

Answered By

3 Likes


Related Questions