How many types of Joins in SQL Server 2005?
Answer Posted / g.ramesh
Inner Join
Outer Join
Crros Join
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
What is a trace frag? Where do we use it?
What happens if you delete a table that is used by a view?
What is the bookmark lookup and rid lookup?
What are the different authentication modes in sql server? How can it be changed?
How to change the name of a database user?
What is the difference between char, varchar and nvarchar?
What is the difference between TRUNCATE and DROP?
What is a trigger and its types?
What is the current pricing model of SQL Azure?
What is the default value of an integer data type in sql server 2005?
What types of replication are supported in sql server?
What are 3 ways to get a count of the number of records in a table?
How to download and install sql server 2005 books online?
How does recursive cte works in sql server?
How to declare a cursor with "declare ... Cursor" in ms sql server?