Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

How to delete multiple rows with one delete statement in ms sql server?

1072


What is the difference between clustered and non-clustered indexes in ms sql server?

1050


Can we deploy SSRS reports on our personal website?

176


What is difference between unique and primary key?

971


How many servers can we create in a single subscription?

162


What happens to a statement batch if there is a compilation error?

1010


What is the use of group by clause?

990


Explain triggers in sql?

1003


Can we use pragma autonomous_transaction in trigger?

1013


What xml support does the sql server extend?

1056


Mention the command used to rename the database.

1049


What is compression - row-level and page-level compression?

962


how many bits ip address consist of? : Sql server database administration

942


Can you explain what are the restrictions applicable while creating views? : SQL Server Architecture

960


What does man by sql wildcard characters in sql server?

1103