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
What do you understand by a database object?
How do I escape a reserved word in oracle?
Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.
Are truncate and delete commands same? If so why?
How to assign data of the deleted row to variables?
How can we create the complete backup of data in the oracle.
Can we create database in oracle using command line ?
what are steps for interface? where is exchange rate defined in which table?
How to define a procedure inside another procedure?
How to create a stored procedure in oracle?
How can I see all tables in oracle?
Is it possible to insert comments into sql statements return in the data model editor ?
Is it possible to split the print reviewer into more than one region ?
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
What are the restrictions in a oracle read only transaction?