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

How make remote connection in database?

1 Answers  


how you can get the list of largest tables in a database? : Sql server administration

0 Answers  


How will you add a dimension to cube? : sql server analysis services, ssas

0 Answers  


What is transaction server consistency?

0 Answers  


How to make a column nullable?

0 Answers  






What is the use of for clause?

0 Answers  


What are different types of subquery?

0 Answers  


How to execute multiple stored procedures at one time in sql server?

0 Answers  


How many columns can we include on clustered index ?

0 Answers  


What is bcp? When does it use?

0 Answers  


How to access the deleted record of an event?

0 Answers  


what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

0 Answers  


Categories