How many types of Joins in SQL Server 2005?
Answer Posted / prasanna
1.Inner Join
- Equi Join
- Natural Join
2.Outer Join
- Left Outer Join Or Left Join
- Right Outer Join Or Right Join
- Full Outer Join Or Full Join
3.Cross Join
4.Self Join
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are the options which must be set to allow the usage of optimistic models?
What happens if null values are involved in comparison operations?
How many columns can we include on clustered index ?
what protocol both networks use? : Sql server database administration
Can you please explain the difference between function and stored procedure?
What do I need to start working with sql studio? : sql server management studio
What will be the maximum number of indexes per table?
Explain the properties of sub-query in sql server?
what is sql server? : Sql server database administration
What is page in sql server?
How will you find out if there are expensive SQL statements running or not?
What is the difference between migration and upgradation in sql server?
Is there any difference between primary key and unique with the not null condition?
What is the status of services on passive node for failover cluster in sql server? : sql server database administration
What should be the fill factor for indexes created on tables? : sql server database administration