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's the difference between a primary key and a unique key? : Sql dba
How do sql triggers work?
Is there a 64 bit version of ssms?
how to fetch common records from two tables? : Sql dba
How do I view a view in sql?
What are operators available in sql?
What is sql and explain its components?
What is fmtonly in sql?
what are dynamic queries in t-sql? : Transact sql
how to create a new table by selecting rows from another table in mysql? : Sql dba
What is trigger in sql? Explain
Does sql support programming?
Can we join tables without foreign key?
How to run sql statements through the web interface?
How to use transactions efficiently : transact sql