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
What is the difference between varchar and varchar types?
Explain cross join or cartesian product in sql?
what stored procedure would you use to view lock information? : Sql server administration
What is bcnf normalization form?
Define ACID properties in a Database?
What are the advantages of paper records?
Explain external key management in sql server 2008
What are the requirements on sql server network connections?
What is the difference between count () and rowcount ()?
Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
How to get all stored procedures in sql server?
What sql server means?
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
what are the different types of replication you can set up in sql server? : Sql server database administration
How to check table values in sql server?