Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

Q: What is a join ? Explain the different types of joins ?

Add comment
Views: 394
Votes: 0
Comments: 0
A: Join is a query which retrieves related columns or rows from multiple tables.
Self Join - Joining the table with itself.
Equi Join - Joining two tables by equating two common columns.
Non-Equi Join - Joining two tables by equating two common columns.
Outer Join - Joining two tables in such a way that query can also retrieve rows that do not have corresponding join value in the other table. . Outer Join is used where you can query all the rows of one of the tables in the join condition even though they don’t satisfy the join condition.
 
Others in this Category
document What is Trigger?
document What is SQLCMD?
document Q: What is an execution plan? When would you use it? How would you view the execution plan?
document What is Replication and Database Mirroring?
document Q: What are the advantages of VIEW ?
document What is Collation?
document What is Difference between Function and Stored Procedure?
document What are the properties of the Relational tables?
document What is MERGE Statement?
document What is use of DBCC Commands?
» More articles



RSS