Answer Posted / sreekanth
Basically there are 5 types of joins, they are
1.Equi join
2.Non-equi join
3.cartegian join
4.outer join(+)>>a)left outer join
b)right outer join
5.self join
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why should I use postgresql?
Can a procedure in a package be overloaded?
What are triggers and its types?
What schema means?
Can you have a foreign key without a primary key?
what are different types of collation sensitivity? : Sql dba
Is drop table faster than truncate?
What are different types of queries in sql?
How to read/write files from pl/sql?
What is the use of primary key?
How insert into statements in sql?
What is the use of partition by in sql?
how can we take a backup of a mysql table and how can we restore it. ? : Sql dba
what is recursive stored procedure? : Sql dba
What does rownum mean in sql?