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
How do I convert a spreadsheet to a database?
I have 2 tables with 1 million rows each. I have updated 1 row in first and 1 million update on second table. Now I commit both the updates. Which one will commit fast and Why?
What is dbms function?
What is the purpose of a field in a database?
What is order by clause?
Can you explain insert, update and delete query?
How many types of data are there?
How do you create a simple database?
How to connect Silverlight application to database?
What is openedge workgroup rdbms?
What is oracle block?
What is like operator for and what are wild cards?
What is the importance of a database?
What is ordbms with example?
What is the purpose of a database table?