Write a query to find second highest salary of an employee.

Answer Posted / prem

select max(sal) from employee where sal<(select max(sal)
from employee)

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give some examples of priority – severity defect levels.

530


What are the various kinds of frameworks that can be used in software automation testing?

501


Mention a few good practices while performing automation testing.

552


What are the different types of scripting techniques for automation testing?

539


2. How you will collect a module from the version?

1880






What is difference between selenium and QTP tools Which is best tool... Which is most used tool

932


What are the advantages of manual testing and automated testing?

507


Tell us the difference between assert and verify commands?

563


what is the difference between keyword driven frame work and data driven frame work.

1879


Which is the best place to learn Loadrunner performance testing in hyderabad ?

1076


Tell me what kind of tests should not be automated?

520


Give some examples for performance test tools?

605


What do you think holds testers back to do automation? Is there a way to overcome it?

491


What should you do after finding a bug?

633


Which package can be imported while working with webdriver?

813