Write a query to find second highest salary of an employee.
Answer Posted / gokulapriya
select * from employee where salary < (select max(salary)
from employee)
(i have written as sub query)
is this right
| Is This Answer Correct ? | 5 Yes | 31 No |
Post New Answer View All Answers
What are the primary features of good automation tool ?
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.
How do you identify the test cases which are suitable for automation?
Tell us what methods of robot class do you know?
How automation process is carried out?
Can we find all links on a web page?
Please explain what is the hybrid framework?
I am fresher and i have completed my software testing course and i don't have real time experience,can anybody help me regarding financial domain projects,main testcases in that domain.
What are different coverages in function testing?
Explain me what is the difference between setspeed() and sleep() methods?
What are Keyword and Data driven frameworks in Selenium RC
What is the difference between continue and next sentence?
Tell us what is the difference between getwindowhandles() and getwindowhandle()?
What is testng and why is it better than junit?
Do you know what is a xpath?