What are inner join and outer join?

Answer Posted / akn

Inner join is the most common type of join. Inner joins
return all rows from multiple tables where the join
condition is met.

Outer join returns all rows from one table and only those
rows from a secondary table where the joined fields are
equal (join condition is met).

Is This Answer Correct ?    17 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the execution control statements?

621


How to open a cursor variable?

610


What are a query and state the different types of queries and their uses?

510


Write a syntax for update query in oracle?

620


How to specify default values in insert statement using oracle?

562






What is recovery manager(rman) backup in Oracle?

629


Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?

934


What is a connect identifier?

542


How to display employee records who gets more salary than the average salary in the department?

597


Use of an integrity constraint is better to validate data. Explain

545


What is oracle host variable?

535


Explain the use of Merge statement in oracle 11g

596


How to use "out" parameter properly?

628


What is a snapshot log?

564


Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.

1260