Q. What is join? How many different types of joins can you create in MySQL?


Answer:-

A SQL join is an query used within the SQL (Structured Query Language) to combine data from two table on the basis of a common field.

We can create following Joins in MySQL:-

1. Cross Join

2. Natural Join

3. Equi Join

4. Inner Join

5. Left Join

6. Right Join

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post