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 is dbms used for?
What is the largest component of a database?
What is database host?
What is instance in dbms?
What is database management system(dbms) and why it is used?
How to select the first record in a given set of rows?
What is a data source (ds)?
What is the main purpose of database?
What are the characteristics of data in the database?
Explain the difference between a primary key and a unique key?
Tell me about view, sequence and index in DBMS.
Define dbms.
Why do we need database?
what are the advantages of using them.
What is denormalization and why would someone consider doing so?