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

Can group by be used without aggregate functions?

469


What are the 7 disadvantages to a manual system?

501


How do I start sql server agent automatically?

500


How to test a dml trigger in ms sql server?

570


How to get nth highest salary from employee table.

613






What is the difference between writing data to mirrored drives versus raid5 drives

504


How to set the current database in ms sql server?

521


How to find table changes in sql server?

658


How to execute multiple stored procedures at one time in sql server?

500


Can you leave a union at any time?

530


Does a server store data?

496


What is database replication?

572


What are the different types of sub-queries?

594


What is impersonation? What are the different impersonation options available in ssas? : sql server analysis services, ssas

548


Does partitioning ssd reduce performance?

486