How many types of Joins in SQL Server 2005?
Answer Posted / rupinder kaur
there are five types:
inner join
outer join: left outer join,right outer join, full outer
join
equi join
cross join self join
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is inline table-value user-defined function?
How to count rows with the count(*) function in ms sql server?
What is the bookmark lookup and rid lookup?
How to stop a loop early with break statements in ms sql server?
What is acid properties?
on line cluster can we make if yes tell me the procedure
What is Sqlpaging in SqlServer 2005 ?
What is triggers and its types?
What is SQL Azure Firewall?
What is an expensive query?
How would you choose between a clustered and a non-clustered index?
What is not null constraint?
What is normalization according to you and explain its different levels?
Delete duplicate rows without using rowid.
Explain indexed views and partitioned view with their syntax.