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 were the latest updates to SQL Azure service?
Detail about query optimizer?
How can I tell if sql server is 32 or 64 bit?
What do you mean by data integrity?
How can I know what locks are running on which resource?
Are connections to sql server encrypted?
How many servers can we create in a single subscription?
Explain go command in sql server?
What is enhanced database mirroring in sql server 2008?
How to find related tables in sql server?
What is ssrs?
Do you know what guidelines should be followed to help minimize deadlocks?
Difference between LEN() and DATALENGTH() in sql server ?
How can you insert null values in a column while inserting the data?
How much memory that we are using in Logshipping Concept?