What is a Join in SQL Server?
Answers were Sorted based on User's Feedback
Answer / guest
Join actually puts data from two or more tables into a
single result set.
| Is This Answer Correct ? | 4 Yes | 0 No |
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 |
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 |
Explain how to use linked server?
On a windows server 2003 active – passive failover cluster, how do you find the node which is active?
What happens if we shrink log file in sql server?
What are the differences between stored procedure and functions in SQL Server 2000?
25 Answers College School Exams Tests, HCL, Infosys, TCS,
How do I make a resultset scrollable?
What is difference between inner join and full join?
Explain syntax for viewing trigger?
What are the advantages of partitioning?
Find 2nd Highest salery in emp table Select* from emp where &n= select * count from emp where (salery >=emp.salery) Enter n value 2 These query is correct or not. Tell me any other methods.
in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
What is sql server management studio? : sql server management studio
What is the difference between Temporary table variable and a Table variable? Or Which Table variable I should use inside Stored procedure?
3 Answers Microsoft, TCS, Techastrum,
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)