adspace
Answer Posted / Rajendra Kumar Akela
No, NATURAL JOIN and INNER JOIN are not the same. By default, an INNER JOIN returns rows when there is a match in all joined columns with similar names. A NATURAL JOIN, on the other hand, performs an INNER JOIN using implicitly defined join conditions based on column names that exist in both input tables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is bcp? When does it used? : Sql dba
what are the advantages of sql ? : Sql dba
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
What is the best sql course?
Can delete statement be rollbacked?
Is inner join faster than left join?
what is sql server agent? : Sql dba
how to escape special characters in sql statements? : Sql dba
Does group by remove duplicates?
what are all the common sql function? : Sql dba
Can we use distinct and group by together?
what is dbms? : Sql dba
Is primary key clustered index?
Is primary key always clustered index?
Do we need to rebuild index after truncate?