What is a join?Explain the different types of joins?

Answer Posted / pratap

Joins are the methods used to access related data from one
or more tables. there are five types of join
1. Equi join(i.e. Inner join)
2. self join
3. left join
4. right join
5. outer join

Is This Answer Correct ?    17 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is isam? : Sql dba

577


What are sql queries used for?

538


Which software is used for pl sql programming?

524


What is cursor and its types?

561


What is the trigger in sql?

540






What is a boolean in sql?

526


What normalization means?

527


what is a stored procedure? : Sql dba

559


What is clustered index sql?

506


What is the use of function in sql?

541


table structure: ---------------- col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10 01-mar-2012 11:12:46 01-mar-2012 11:11:23 Write a query to display the result as shown below: col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10

3350


What are the qualities of 2nf?

546


How do you select unique values in sql?

503


What is the difference between count 1 and count (*) in a sql query?

505


How do I view tables in mysql?

543