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 use of mysql?

492


How do I assign a variable in mysql?

477


Why mongodb is faster than mysql?

473


all the queries used in sql

2152


What is database in php mysql?

493






What is striped backup

1826


How do stored procedures work?

484


Write a query to count the number of rows of a table in mysql.

480


What is session variable in mysql?

499


What is mysql command line?

504


What are the ways in which you can retrieve data in the result set of mysql using php?

502


What is the command line end user interface - mysql?

525


How do I show users in mysql?

513


How do I view data in mysql workbench?

509


Why is it called mysql?

508