Write a query to find second highest salary of an employee.
Answer Posted / nilesh chaudhari
Select max(Salary) as 'Second Highest Salary' from Employee
where USdollar NOT IN
(Select max(Salary) from Employee)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can the activities of test case design be automated?
What is test automation?
what is the advantage and dis-advantages of using framework ?
Hi, here r some questions, which were asked in Ekaplus, plz process these questions. 1. How we connect with the version?
I want a code for a following item in TSL Language. Look up a person in database, If not found, add person to the database.
What is data - driven automation?
What are pros and cons of automating tests at ui layer?
whether flash selenium supports to test Gaming application? like follows: identifying the images, dynamic animations, Dynamic value changes field and win conditions etcc..,
Tell me what is automation testing?
Define sdlc in testing.
Is automation testing a black box testing or white-box testing?
List of Test Management Tools??Is Quality Center Test Management tools
What type of scenarios can't be automated?
Elaborate the fields in bug report in automated testing
Currently I do not have any automation in place in my project, but now I want to implement automation, what would be my steps?