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 is normalization according to you and explain its different levels?
What is triggers in ms sql server?
How to round a numeric value to a specific precision?
what is create database syntax? : Sql server database administration
Which feature in sql server 2008 has surprised you? You can name just one. : sql server database administration
How to create a stored procedure with a statement block in ms sql server?
What happens if null values are involved in string operations?
Explain what is raid and what are different types of raid levels?
How to define output parameters in stored procedures?
How do I start sql server 2016?
While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?
Can you change the data type of a column in a table after the table has been created? If so, which command would you use?
What is default constraint in ms sql server?
How do I find the port number for sql server?
What are the new features in sql server 2016?