CBSE Class 12 Informatics Practices
Question 51 of 91
JOINS and SET Operations — Question 2
Back to all questionsA join is a query that combines rows from two or more tables based on a condition.
The join in which only one of the identical columns from the joined tables exists is called a natural join, while the join in which columns are compared for equality is called an equi-join.