Write a query to find second highest salary of an employee.
Answer Posted / shyam
select max(salary) as '2nd Highest Salary'
from Employee a
where 2<=(select count(*) from Currencies b where a.salary
<= b.salary);
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the various kinds of frameworks that can be used in software automation testing?
Write a short compiled module which selects random numbers?
Hi, I want to learn DataBase Testing. So please some document or path so that i can get some material on DataBase Testing concepts (preferably SQL Server 2000). Thanks in advance, Guru
What is an automation testing framework?
Stop automating the tests which run once?
script to check availibility of mail in yahoo mail box in qtp
Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)
Explain me which web driver implementation is the fastest?
Hello Friends, I am Looking for the Load runner-Performance testing institute in HYD. I see most of them in this site are suggesting for TS Technologies as best institute for PT load runner. We you pls suggest me, Does this institute offers good coaching on Weekend Sessions/Batches? Does it covers all the course contents in these session? Please help me on this guys..
Any kind of test which you think should not be automated?
Is automation testing a complete replacement for manual software testing?
Do you know what is a data-driven framework?
What kinds of annotations are used in testng?
whether flash selenium supports to test Gaming application? like follows: identifying the images, dynamic animations, Dynamic value changes field and win conditions etcc..,
all clients are using at once if any problem raise?