1.

In inner join, result is produced by matching rows in one table with rows in another table.(a) True(b) FalseThe question was asked in quiz.Query is from Performing Multiple in portion Using SQL to Manage Data of MySQL

Answer»

Correct choice is (a) True

Easy explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions