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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is query design?

473


How do I show users in mysql?

517


How do I edit a database in mysql workbench?

488


How do you flush privileges?

532


Is blocked because of many connection errors mysql?

441






How do I remove a user from mysql?

562


What is unsigned in mysql?

511


What is offset limit?

492


What is difference between mysql and mysql workbench?

459


How to check if a record exists in a mysql database php?

449


What are the purposes of using enum and set data types?

510


What is text in mysql?

499


What are mysql functions?

497


What is 1nf 2nf 3nf?

508


How can you validate emails using a single query?

458