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 to edit table in sql server 2017?

0 Answers  


Can we add our custom code in ssis?

0 Answers  


What are the mathematical functions supported by sql server 2005?

0 Answers  


What is the disadvantages of index?

3 Answers   TCS,


In what version of sql server were synonyms released?

0 Answers  






What do you understand by a view?

0 Answers  


How to check parameter value in stored procedure sql server?

0 Answers  


What is the purpose of update statistics and scope_identity() function?

0 Answers  


What is sql server schema compare? How we can compare two database schemas?

0 Answers  


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

1 Answers  


What is scheduled job and how to create it?

0 Answers  


diffrence between Cluster Index and non Cluster Index

3 Answers   Wipro,


Categories