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

What is mysql shell?

530


What is the maximum no of columns a table can have?

471


How do I change directories in mysql?

482


Does insert statement lock the table?

510


how can you test for null values in a database? : Mysql dba

478






How do I install the latest mysql on ubuntu?

492


How do stored procedures work?

488


What is mvcc in mysql?

534


suppose data is copie to oracle to sql by using DTS. Actully it taken 2 hours. suppose some day distribute the server in the middle of 2 hours. after how can i get the data ?

1675


What storage engines are used in MySQL?

521


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

533


What is the limit of mysql database?

495


What are the indexes in mysql?

510


How do I install mysql workbench?

481


What is mysql architecture?

509