-
In inner join, result is produced by matching rows in one table with rows in another table.
-
- False
- True
- NA
- NA
- NA
Correct Option: B
The inner join is a form of join in MySQL that is used to combine the result of concatenating the contents of two tables into a new table. In inner join, result is produced by matching rows in one table with rows in another table.