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

What is side by side migration in sql server?

0 Answers  


List out the difference between union and union all in sql server?

0 Answers  


in how many ways we can use count()

2 Answers  


Can we take the full database backup in log shipping?

0 Answers  


What structure can you implement for the database to speed up table reads?

0 Answers  






What is the use of commit?

0 Answers  


How can I create a plain-text flat file from SQL Server as input to another application?

2 Answers  


You have to store user responses of ‘yes’ and ‘no’ what kind of data type is best suited for this task?

0 Answers  


What are tables in sql server?

0 Answers  


What is a cursor, index in sql?

0 Answers  


What kind of problems occurs if we do not implement proper locking strategy?

0 Answers  


What are constraints?

0 Answers  


Categories