CBSE Class 12 Informatics Practices Question 40 of 91

JOINS and SET Operations — Question 1

Back to all questions
1
Question

Question 1

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

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.