What are joins..how many types of joins are there?

Answer Posted / sourabh sharma

=>INNER JOIN: Return rows when there is at least one match
in both tables
=>LEFT JOIN: Return all rows from the left table, even if
there are no matches in the right table
=>RIGHT JOIN: Return all rows from the right table, even if
there are no matches in the left table
=>FULL JOIN: Return rows when there is a match in one of the
tables

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by group by clause?

563


15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.

1704


How to drop an index?

544


How to view all columns in an existing table?

551


What is tns service name?

624






How to define an external table with a text file?

579


How to use an explicit cursor without open statements?

616


what is a Nested Loop join?

1568


State the difference between a primary key and foreign key?

518


Explain the use of rows option in imp command.

604


How to define a variable to match a table column data type?

580


What is Java Pool in Oracle?

604


Explain what are the advantages of views?

613


Does oracle database need java?

523


What language does oracle use?

598