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 different types of database?
1. How many nodes you are using project? 2. What is configuration file? 3. What is modules partition? How it is work in project? 4. What is Environment Variable? How it is use? 5. What is sequence? 6. How do you execute parallel jobs in projects? 7. If you run a job in job sequencer individually without any comments? 8. How many jobs did in your project? 9. How to schedule the job in Data stage 7.5 X2? 10. If you have 10 jobs in PX2, shall you run all jobs at a time? 11. I have 5 jobs (1-5), I connect with each other, but I want to run from 3-5 only how? 12. What is same partition? 13. If you have 40GB hard disk in I have 30GB data how I configure the nodes for partition? 14. Did you write any code for Data stage project? 15. Did you write any code for parallel job execution in your project? 16. Will you schedule all jobs at a time?
How to select the first record in a given set of rows?
Explain the importance of partitioning.
What is the maximum line size that dbms_output can handle?
What is rdbms architecture?
What is dbms with example?
What do you mean by transparent dbms?
Write a query to create a duplicate table with and without data present?
What are database functions?
List few disadvantages of file processing system.
How to export data from database and import into another?
What is the use of drop command and what are the differences between drop, truncate and delete commands?
What is the role of database management system?
Explain the difference between two and three-tier architectures.