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 a Join in SQL Server?

Answers were Sorted based on User's Feedback



What is a Join in SQL Server?..

Answer / guest

Join actually puts data from two or more tables into a
single result set.

Is This Answer Correct ?    4 Yes 0 No

What is a Join in SQL Server?..

Answer / simran_8185@rediff.com

joins is one of the facility provided to retrieve the data
from one or more than one tables simultaneously bt there
should be data intergrity among those tables.

Is This Answer Correct ?    1 Yes 0 No

What is a Join in SQL Server?..

Answer / radhakrishnan

Join:

we are develop the table based on normalization
concept.data stored different table based on constraint.
when we required data from multiple table we need to use
Join clause.

we can use one or more than table in join caluse.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Why you need indexing? Where that is stored and what you mean by schema object? For what purpose we are using view?

0 Answers  


What is the default isolation level of the sql server database?

1 Answers   Ness Technologies,


What types of integrity are enforced by a foreign-key constraint

1 Answers  


What are sub-queries? Give example? In which case sub-queries are not feasible?

4 Answers   Infosys,


What are orphan records?

0 Answers  


What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.

0 Answers  


How to stop a loop early with break statements in ms sql server?

0 Answers  


Explain about link server in sql server?

0 Answers  


what is a transaction and what are acid properties? : Sql server database administration

0 Answers  


Explain the properties of subqueries in sql server?

0 Answers  


What is raid? : SQL Server Architecture

0 Answers  


What is dbcc command in sql server?

0 Answers  


Categories