What is the differecne between equi-join and inner-join and
natural join..Is there any difference or all are same?
Answer Posted / aditya shukla
Inner join-returns only matching row with equality or nonequality sign
equijoin-this also return matching row but only equal sign
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What are the events recorded in a transaction log?
Do comments need to go in a special place in sql server 2005?
Can two tables have the same primary key?
What is difference between index and primary key?
How to create dbo table in sql server?
What is sql language?
Which trace flags are enabled in sql server?
What is the security principal at the server level that represents your session?
Tell me what are cursors and when they are useful?
What is nolock?
What are the acid properties?
What is plan freezing?
Explain the first normal form(1nf)?
What is SQL Azure Firewall?
What is the meaning of resultset type_scroll_insensitive?