adspace


What is a join? Explain the different types of mysql joins.

Answer Posted / Chandan Kumar Sharma

A JOIN in MySQL combines rows from two or more tables based on a related column between them. There are four main types of joins: INNER JOIN (returns records that have matching values in both tables), LEFT JOIN (returns all records from the left table, and the matched records from the right table), RIGHT JOIN (returns all records from the right table, and the matched records from the left table), and FULL OUTER JOIN (returns all records when there is a match in either left or right table).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current mysql version?

1103


How to Change a users password from unix shell.

1221


Which statement is used in a select query for partial matching?

1247


What is current version of mysql?

1081