What is the joins and how many types of Joins in sql server
a diffrentiate ever one give a suaitable query

Answer Posted / veeresh kethari

1.Inner join:All the matched records from the both tables.
2.Left outer join: All the matched records from the both
tables and unmatched records from the left table.
3.Right outer join:All the matched records from the both
tables and unmatched records from the right table.
4.Self join:Joining the table itself.
5.Cross join:Cross join will give u the Cartesian product
from the 2 tables,it won't allow 'where' clause.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain filtered indexes benefits?

683


How are the exceptions handled in sql server programming?

684


Write down the syntax and an example for create, rename and delete index?

622


Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?

726


What is difference between unique and primary key?

563






List out a number of the wants to setup a SQL Server failover cluster?

663


How many databases instances are there in sql server 2000?

656


How to defragment indexes with alter index ... Reorganize?

666


Explain the use of containers in ssis and also their types?

610


John exports information periodically from a microsoft sql server database to an oracle database what is the best way to do this?

606


What purpose does the model database server?

750


Tell me what do you mean by an execution plan? Why is it used? How would you view it?

600


What is the impact on other user sessions when creating indexes?

618


Explain what you mean by 3 tier architecture.

720


What are tables in sql server?

615