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
What sql database should I use?
Cite the differences between execution of triggers and stored procedures?
What is t sql in sql server?
Explain the difference between drop and truncate commands in sql?
can sql servers linked to other servers like oracle? : Sql dba
how to get a list of all tables in a database? : Sql dba
what are the difference between clustered and a non-clustered index? : Sql dba
How to start the command-line sql*plus?
If a cursor is open, how can we find in a pl/sql block?
What is difference between hql and native sql?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
What does pl sql developer do?
What is delimiter sql?
How to fix oracle error ora-00942: table or view does not exist
Is pl sql different from sql?