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 database host?
Explain the main control blocks available in ims db?
Why normalisation is required?
What are databases what are the uses of databases?
What are stand-alone procedures?
How view is related to data independence?
What is cold backup and hot backup (in case of oracle)?
What is ddl in dbms?
What is 2nf in database?
What is the benefit of database?
What are database data types?
Describe the difference between data and database administration.
What is system r?
What is 2-tier architecture?
What is drivermanager getconnection?