What is the differecne between equi-join and inner-join and
natural join..Is there any difference or all are same?

Answer Posted / sandy

Inner join can have equality (=) and other operators (like <,>,<>) in the join condition.
Equi join only have equality (=) operator in the join condition.
Equi join can be an Inner join, Left Outer join, Right Outer join
The USING clause is not supported by SQL Server and Sybase. This clause is supported by Oracle and MySQL.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

mention different types of relationships in the dbms?

509


Are connections to sql server encrypted?

578


What is exporting and importing utility?

612


How do you test your database? : sql server database administration

527


Why can there be only one clustered index and not more than one?

549






How does using a separate hard drive for several database objects improves performance right away?

530


what exactly sql injuction.how to overcome.....

2043


Does order by actually change the order of the data in the tables or does it just change the output?

686


Do you know how to implement service broker?

539


Explain what are the events recorded in a transaction log?

558


What is coalesce in sql server?

541


Explain different backup plans?

534


Can You Use A Stored Procedure To Provide Data To An Ssrs Report?

109


Explain about integration services of Microsoft SQL server?

592


What is nonclustered index with included columns ?

554