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


Please Help Members By Posting Answers For Below Questions

What is data types in database?

466


Compare non-clustered and clustered index

479


What are the applications of database?

484


What is rdbms table?

536


What do you mean by DBMS?

557






What is 2nf in the dbms?

544


What is rdbms and its features?

533


Why normalisation is required?

510


what is difference between 1.append to media 2.overright the existing media when we take back up in sql server2000

1551


How do I delete a database in phpmyadmin?

490


What do you mean by e-r model?

504


Is database a storage?

500


What is concept of dbms?

480


Explain Relational Algebra in RDBMS

594


What is the advantages and disadvantages of database management system?

433