CBSE Class 12 Informatics Practices Question 43 of 91

JOINS and SET Operations — Question 4

Back to all questions
4
Question

Question 4

Inner Join combines only the matching rows from the two tables.

Answer

True

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.