CBSE Class 12 Informatics Practices
Question 43 of 91
JOINS and SET Operations — Question 4
Back to all questionsTrue
Reason — An inner join in SQL combines only the rows from two tables that have matching values in the specified columns, based on the join condition. Rows that do not have matching values in both tables are excluded from the result set.