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


Which is best Subquery (or) joins in sql server? explain why

Answers were Sorted based on User's Feedback



Which is best Subquery (or) joins in sql server? explain why..

Answer / rajeevrohilla

In normal situation join are best since there is no
subquery for each record for the other table. but in some
situations Subquery are best. for example- when the
subquery results one or fewer (3 or 4 records) that it will
work faster since it also saves the joining time(if there
are more than 1 joining fields then joining takes lots of
time). Subquries also perform better when tables have less
amount of data.

Is This Answer Correct ?    17 Yes 4 No

Which is best Subquery (or) joins in sql server? explain why..

Answer / parmanand

Joins are good, Sub queries are substantially faster than
cursor in most cases, however shower than other options that
might be available in SQL Server.

Is This Answer Correct ?    5 Yes 5 No

Post New Answer

More SQL Server Interview Questions

What all db objects can be found in MSDB database of a SQL Server instance?

2 Answers   Accenture,


What is replication with database mirroring? : sql server database administration

0 Answers  


What is Files and Filegroups in SQL Server & it's implementation.

1 Answers   Zenith,


what is mean by crystal repoart? ahere we will mainly use that?

1 Answers  


Do you know sql server 2008 backup compression?

0 Answers  


Can sql servers link to other servers like oracle?

0 Answers  


What is row_number function?

0 Answers  


How many types of indexes are there in SQL Server?

6 Answers   CarrizalSoft Technologies, United Healthcare,


Explain isolation levels that sql server supports?

0 Answers  


When I run the sql server 2000 setup, it just hangs. What do I do?

0 Answers  


What is optimization and its types?

0 Answers  


What is user-defined scalar function?

0 Answers  


Categories