Answer Posted / 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 View All Answers
What are the benefits of database?
Define database lock and its types.
What is cold backup and hot backup (in case of oracle)?
How to detect the server version?
What are the various normalizations in database?
What does a database contain?
Is it possible to break netlibs encryption?
What is the rdbms concept in sql?
List few restrictions that are imposed while creating views?
What is the role of tables in database?
What are the Roles and responsibilities of database administrator?
What are the features of rdbms?
What entity means?
What is normalization in database with example?
Mention few case manipulation functions in sql