determine the minimum salary of the employee and his details
who join on the same date
Answer Posted / naresh
select min(sal) from (select sal from emp e1,emp e2 having
e1.hiredate=e2.hiredate);
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Mention a query to calculate the even and odd records from a table
Which database is good for large data?
What are the main features of a database?
What do you understand by cursor?
1. Tell me about your self? 2. Latest Project Introduction? 3. Difference between server jobs and parallel jobs? 4. Seq-Seq Explain its behavior and execution mode and which parallelism technique is used? 5. What is padding characters? 6. Seq-Seq, Seq-Copy-Seq which one is the best and efficient? 7. How many reject links do we have to a transformer? 8. How many reject links to join stage? 9. Difference between join and lookup? 10. How to design PX routine? 11. How can we call job in another job? 12. Difference between batch and sequencer? 13. Which Database is used? 14. What is change capture? Give briefing of that? 15. What is change Code? Explain? 16. How you call UNIX in Ds? 17. How do you call JCL in UNIX? 18. How do you pass the job status of one job to another job? Have designed any job sequencer? 19. How do you find a file in existed directory? 20. How can you call parallel jobs in transformer? 21. Execution of jobs in command line? 22. Tuning of sql queries? 23. What is orchestrating metadata? 24. What are junk dimension? 25. What are the third party tools you are used? 26. What are the system variables you have used?
How to drop all foreign keys in database?
What is a hierarchical database?
Write a query to remove duplicate rows from a table?
What do you mean by query evaluation engine?
What is the rdbms concept in sql?
How do I check my drivers?
What is Normalization and its different forms?
How do I add a file to a database?
What are the main functions of a database management system?
All questions related to Control m monitoring tool