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

Answer Posted / deepika s verma

In Oracle we can catogrise joins in following ways -
(1) Equi Join (Query having joining condition)
- Natural Join
- Join Using
- Join ON
(2) Non Equi Join or Cartesian Join ( without using joining
condition)
(3)Outer Join
- left outer join
- right outer join
- full outer join
(4) self Join or Theta Join
(5) Cross Join
(6) Inner Join

Is This Answer Correct ?    35 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to drop a tablespace?

574


What is the oracle implicit cursor?

596


Can you tell me how to add new column in existing views?how?How is possible?

942


What is a system tablespace and when it is created?

563


Can a formula column be obtained through a select statement ?

1847






how do u setup a replication site?

1502


Where do we use decode and case statements?

564


What is concurrency in oracle?

547


How many types of cluster table in Oracle?

579


What is rich query?

544


What to do if the startbd.bat failed to start the xe instance?

611


what is the dual table in oracle?

556


How to see the table columns used in an index?

596


How to check database size in Oracle?

644


How would you go about verifying the network name that the local_listener is currently using?

1609