determine the minimum salary of the employee and his details
who join on the same date
Answers were Sorted based on User's Feedback
Answer / guest
do not quite understand the question -- mininum sal of the
employees who have the same join dates (partition by
hiredates), or the one employee with min sal.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ns
select min(salary) from (select salary from employees where
hire_date = '21-JUN-99');
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / 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 |
What is data sublanguage?
Explain degree of a relation?
If you need to refresh a website page every time a record is updated in database, how would you do it?
What will the SHOW_ALERT function returns ?
3 Answers College School Exams Tests, DSS,
Describe the difference between data and database administration.
What is drivermanager getconnection?
Describe reporting lifecycle?
What is erd?
Is filemaker pro a relational database?
What is pcbs (program communication blocks)?
What is the best database software?
What are the steps in creating a database?