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...


How many types of Joins in SQL Server 2005?

Answers were Sorted based on User's Feedback



How many types of Joins in SQL Server 2005?..

Answer / prasanna

1.Inner Join
- Equi Join
- Natural Join
2.Outer Join
- Left Outer Join Or Left Join
- Right Outer Join Or Right Join
- Full Outer Join Or Full Join
3.Cross Join
4.Self Join

Is This Answer Correct ?    8 Yes 0 No

How many types of Joins in SQL Server 2005?..

Answer / mpg

There are 5 types of join in sql server 2005

inner join
outer join
cross join
equi join
self join

Is This Answer Correct ?    6 Yes 3 No

How many types of Joins in SQL Server 2005?..

Answer / rupinder kaur

there are five types:
inner join
outer join: left outer join,right outer join, full outer
join
equi join
cross join self join

Is This Answer Correct ?    5 Yes 2 No

How many types of Joins in SQL Server 2005?..

Answer / 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

How many types of Joins in SQL Server 2005?..

Answer / vishal

1. Inner Join
2. Outer Join
- Left Outer Join
- Right Outer Join
- Full Outer Join
3. Cross Join

Is This Answer Correct ?    3 Yes 1 No

How many types of Joins in SQL Server 2005?..

Answer / abi

Types of Joins
1.Inner Join
2.Outer Join
-- Left Outer Join
-- Right Outer Join
-- Full Outer Join
3.Self Join
4.Cross Join
5.Equi-Join
6.Cross Apply Join
7.Outer Apply Join

Is This Answer Correct ?    2 Yes 1 No

How many types of Joins in SQL Server 2005?..

Answer / g.ramesh

Inner Join
Outer Join
Crros Join

Is This Answer Correct ?    6 Yes 6 No

How many types of Joins in SQL Server 2005?..

Answer / kittu

inner join
outer join
cross join
equi join
self join

Is This Answer Correct ?    1 Yes 2 No

How many types of Joins in SQL Server 2005?..

Answer / g.ramesh

Inner Join
Outer Join
Crros Join

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More SQL Server Interview Questions

How do you use DBCC statements to monitor various aspects of a SQL server installation?

1 Answers  


Difference between rowid and rownum in SQL?

1 Answers   Virtusa,


What is the appropriate number of test cases that you can write on a database?

2 Answers   Microsoft,


What do you understand by physical_only option in dbcc checkdb?

0 Answers  


What is postgresql server?

0 Answers  


What is the use of toad or sqldbx.?

0 Answers   MCN Solutions,


Name 3 of the features that the sql server built-in function loginproperty performs on standard logins? : sql server security

0 Answers  


How do I run a trace in sql server?

0 Answers  


How can count the string ? for ex: If i have string like 'bhaskar' then i need like b:1 h:1 a:2 s:1 k:1 r:1 please give any idea on that

9 Answers   TCS,


How to drop an existing stored procedure in ms sql server?

0 Answers  


How to insert a new row into a table with "insert into" statements in ms sql server?

0 Answers  


What stored by the master?

0 Answers  


Categories