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 is sql server agent? : Sql dba
what is schema? : Sql dba
How do I remove duplicates in two columns?
define sql insert statement ? : Sql dba
Does group by remove duplicates?
what are the advantages of sql ? : Sql dba
what are all the common sql function? : Sql dba
how to escape special characters in sql statements? : Sql dba
What is the best sql course?
What is your daily office routine?
how to use regular expression in pattern match conditions? : Sql dba
Do we need to rebuild index after truncate?
what is dbms? : Sql dba
What is the current version of postgresql?
Can delete statement be rollbacked?