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
How to convert times to characters in oracle?
What is the data type of dual table?
What is a database table in oracle?
What are the set operators union, union all, minus & intersect meant to do?
How to shutdown your 10g xe server from command line?
What happens to the current transaction if the session is killed?
How to turn on or off recycle bin for the instance?
What is archive log in Oracle?
How to write a query with a left outer join in oracle?
How to insert multiple rows with one insert statement in oracle?
How to enter a new row into a table interactively?
What is oracle in java?
What is an oracle database?
What is a cursor and what are the steps need to be taken?
What is memory advisor in Oracle?