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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use regular expression in pattern match conditions?

521


how we will Show selected records sorted in an ascending (asc) or descending (desc).

547


What is view in mysql?

529


What are the steps required to view your mysql database?

614


Is mysql relational database?

475






Can I use mysql for free?

478


How do I start mysql in linux?

477


What is current version of mysql?

456


What is information_schema in mysql?

472


What is mysql cursor?

504


How to set the time zone for MySQL to particular country time?

2724


What is mysqli_result?

507


Why we use mongodb instead of mysql?

484


What is default password for mysql?

493


What are date and time functions in mysql?

571