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

Why do not you use gnu autoconf or scons for building?

534


What do you understand by fragmentation?

520


How can you get the alternate records from the table in the sql?

533


Explain dml compiler?

570


Explain what is a deadlock and mention how it can be resolved?

476






What is cliques? What is vdisk and how it will communicate with physical data storage at the time of data retrieval through amp?

498


What is 3nf in the dbms?

497


What is rdbms and its features?

537


What are the disadvantages of file processing systems?

475


What is delimiter in dbms?

477


what do u mean by canvases and alerts?

1565


What are the drawback of rdbms?

512


how to retrive a data From database into the grid view..?

499


Differentiate nested loop, hash join and merge join.

564


Can we save file in database?

485