CBSE Class 12 Informatics Practices
Question 40 of 91
JOINS and SET Operations — Question 1
Back to all questionsFalse
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.