What is the differecne between equi-join and inner-join and
natural join..Is there any difference or all are same?
Answer Posted / jitendra mali
The equi join is retrived selected column from the both
the table
or
The inner join is only retrived selected column from the table
| Is This Answer Correct ? | 6 Yes | 15 No |
Post New Answer View All Answers
What is a View ? Can we insert, Update and delete a view?
What are the advantages of using stored procedures in sql server?
How to list all columns in a table using odbc_columns()?
What the different types of Replication and why are they used?
What are secondary xml indexes?
what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration
Can you roll back the ddl statement in a trigger?
System requirements for sql server 2005 express edition?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
Explain about system stored procedure?
Describe the functionalities that views support.
What are the reporting services components?
What are sparse columns?
When multiple after triggers are attached to sql table, how to control the order of execution?
How many triggers are possible per table?