Home » MYSQL » Using Join » Question
  1. In inner join, result is produced by matching rows in one table with rows in another table.
    1. False
    2. True
    3. NA
    4. NA
    5. 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.



Your comments will be displayed only after manual approval.