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

What is a mysql model?

693


What are the benefits of mysql?

669


Does mysql automatically index foreign keys?

670


What is procedural api?

690


How to show all tables with 'mysql'?

715


How to show all records starting with the letters 'sonia' and the phone number '9876543210'

699


How does mysql store binary data?

682


Can a table have multiple primary keys?

657


What is text?

705


In mysql, what is the default storage engine?

688


using primary can we relate two table, with out foreign key?

2470


What is meant by decimal (5,2)?

737


What are the features of mysql?

732


If you wish to encrypt the username and password using php, how will you do that?

726


What is 'mysqlimport'?

688