How many types of Joins in SQL Server 2005?
Answer Posted / kalyana chakravarthy maddipati
Apart all the joins above there is one more join it is
NO EQUI JOIN ie emp.deptno!= dept.deptno or one can use <> sign instead
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain four layers of abstraction microsoft architectured?
What is replication and database mirroring?
What is mean by dml?
tell me what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
Define cursor locking
What is shrink log file?
What is check constraint in sql server?
Can we update data in a view?
Explain the properties of a relational table?
What is index fragmentation in ms sql server?
Explain different types of Normalization.
Explain the xml support sql server extends?
I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration
List the advantages of using stored procedures?
which backup strategy you are following at ur company