What is equi-join?



What is equi-join?..

Answer / aryasen vaikom

An equijoin is a join with a join condition containing an
equality operator ( = ). An equijoin combines rows that have
equivalent values for the specified columns.
Eg: select * from emp,dept where emp.deptno=dept.deptno;

Is This Answer Correct ?    9 Yes 1 No

Post New Answer

More Database Management Interview Questions

What do you understand by ‘database’?

0 Answers  


What are the advantages of a database?

0 Answers  


What is blob database?

0 Answers  


what is the age limit for groups1 examination

0 Answers   APPSC,


What are the three levels of data abstraction?

0 Answers  






Explain about cursors?

0 Answers  


What do you understand by cursor?

0 Answers  


What SYSTEM VARIABLE is used to refer DATABASE TIME ?

1 Answers  


write a query to Find the Maximun second value in table?

5 Answers  


What database does facebook use?

0 Answers  


What are different relationships existing in database?

0 Answers  


What is database Configuration assistant ?

0 Answers   MCN Solutions,


Categories