what is JOIN? Give example & types of join?

Answer Posted / shahzad

join clause is used combines records from two or more tables
in a database.it means combining fields from tables common
to each.

There are 4 common types of join
1-inner
2-outer
3-left
4-right
and special case is "" self-join ""

1-inner join
Equi-join
Natural join
Cross join
2-Outer joins
Left outer join
Right outer joins
Full outer join
other tpes are hash and merge join bu these are algorith
implementation.

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is oracle mysql free?

473


What is dump in mysql?

478


Why do we use mysql?

489


How do I select a table in mysql?

493


Can you tell few best practices to be followed for optimization in sql?

508






Should I use pdo or mysqli?

476


Is mysql still relevant?

521


Why we use mysql workbench?

475


Is mysql a programming language?

452


Is mysqli faster than mysql?

491


table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases

794


How does mysql store dates?

496


How do you login to MySql using Unix shell?

620


Where is the mysql database stored?

483


What is the full meaning of mysql?

491