Write a query to find second highest salary of an employee.
Answer Posted / krishna
select sal from empa where 1=(select count of sal from emp
b)where a.sal<b.sal
| Is This Answer Correct ? | 9 Yes | 25 No |
Post New Answer View All Answers
22. Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
When will you not automate testing?
IN AN APPLICATION HOW DO YOU IDENTIFY THE TASKS WHICH SHUD BE DONE MANUALLY AND WHICH SHUD BE AUTOMATED?
List down the primary features of a good automation tool?
how to use regular expression in Test Complete Functional tool
Do you know how to check if a button is enabled on the page?
I am new to jmeter and i am working on .net application.I am recording the requests and pop up images data are not recording.can some one suggest an idea regarding this
What is a framework for automation testing?
What is the major difference between Acceptance test , Functional test , Usability test and Performance test with special reference to auotomotive domain
Stop automating the tests which run once?
What kinds of annotations are used in testng?
4. How we implement Winrunner,in our project?
I am new to Test Complete ,can any one suggest me the steps to create/Record and replay a test in Test complete 6....
When will you automate a test?
How do you plan test automation?