What is Inner Joints and Outer Joints ?
What is right outer joints,left outer joints,right inner
joints , left inner joints ,

Answers were Sorted based on User's Feedback



What is Inner Joints and Outer Joints ? What is right outer joints,left outer joints,right inner j..

Answer / sunil kumar

Inner join=>Inner join returns rows when there is at least
one match in both tables.

Outer Join=> Outer Join returns the set of all matching
records from both tables. Outer join doesn`t require each
record to be matched in both the tables.


Right Outer Join=>Return all the rows of second table ,plus
matching record of both tables.

Left Outer Join=>Return all the rows of first table,plus
matching record of both tables.

Is This Answer Correct ?    26 Yes 0 No

What is Inner Joints and Outer Joints ? What is right outer joints,left outer joints,right inner j..

Answer / muthuk

Outer Join=> Outer Join returns the set of all matching
records from both tables. Outer join doesn`t require each
record to be matched in both the tables.

Inner join=>Inner join returns rows when there is at least
one match in both tables.

Left Outer Join=>Return all the rows of first table,plus
matching record of both tables.

Right Outer Join=>Return all the rows of second table ,plus
matching record of both tables.

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More MySQL Interview Questions

Explain MySQL optimization?

1 Answers  


What is username in mysql?

1 Answers  


How many concurrent queries can mysql handle?

1 Answers  


What are the critical issues you have resolved in your company

1 Answers   Wipro,


What is a user defined variable?

1 Answers  


SELECT country,city FROM customers GROUP BY country ORDER BY city DESC

5 Answers   HCL,


What is the query to display top 20 rows?

1 Answers  


How to display nth highest salary from a table in a mysql query?

1 Answers  


How to get a list of indexes of an existing table?

1 Answers  


How do I start mysql database?

1 Answers  


How do I insert multiple rows in a table?

1 Answers  


What is ISAM?

1 Answers  


Categories