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
How to specify the collation for a character data type in ms sql server?
How to create user defined functions with parameters?
What is table constraint?
What is the recommended total size of your memory optimized tables?
What is 4nf in normalization form?
Which is better statement or preparedstatement?
What is the Disadvantage of indexed sequential file.
How to use order by with union operators in ms sql server?
Can another user execute your local temporary stored procedures?
What is an indexing technique?
What is 'Join' and explain its various types.
What do you mean by recursive stored procedure?
What is report subscription?
You want to use a perspective in an mdx query. How do you select the perspective?
Explain external key management in sql server 2008