Write a query to find second highest salary of an employee.
Answer Posted / upali tejale
Select max(salary) from employee where salary NOT IN
(Select max(salary) from employee)
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Do you know what is the difference between "type" and "typeandwait" command?
What is the difference between close and quit command?
On what basis you can map the success of automation testing?
What are the main differences between Loadrunner and QTP tools? Describe briefly a "real world" scenario that would make you use the first one versus the other? Thank you for your answers....
wat would be the -ve test case for search where u can brak it ,tell dnt tell abt spl characters insertion ,boundary values chk.
Explain me what kinds of annotations are used in testng?
4. How we implement Winrunner,in our project?
Tell me what is automation testing?
Does every software project need testers?
What all different approaches can be used for designing an automation solution?
How to Rcognize the Objects in the Web Page Dialog Using QTP
What u mean by infrgistics control (What is infrgistics Controls)?
Can any one give me the script for drag and drop or setselection functions ?like in a not pad i want to select 5 lines
Why do you want to keep this kind of information in a separate file and not directly in the code?
Define sdlc in testing.