What are joins..how many types of joins are there?
Answer Posted / niranjan.b
In sql joins are 3 types
1.Inner join
2.Outer join
a)left outer join
b)right outer join
c)full outer join
3.Cross join
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the original export and import utilities?
How to filter out duplications in the returning rows using oracle?
What would you do with an in-doubt distributed transaction?
How to select all columns of all rows from a table in oracle?
Why do we use coalesce function in oracle?
What is the difference between a user and a schema in oracle?
Difference between inner join vs where ?
What is the usage of synonyms?
What is recovery manager in Oracle?
What are temporal data types in oracle?
How to loop through a cursor variable?
Explain an exception and its types?
Explain enable novalidate constraint.
What are the set operators union, union all, minus & intersect meant to do?
What is a Garbage Collection? and what is full recursive Garbage collection?