Write a query to find second highest salary of an employee.
Answer Posted / hardit
select TOP 1[salary]
from(
select distinct TOP 2[salary]
from empTable
order by salary desc
) a
order by salary
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
how to write ciertification in QTP?
Explain me how do you send enter/tab keys in webdriver?
Differentiate between hdam and hidam database?
On what factors can you map the success of automation testing?
What are the primary features of good automation tool ?
What are the various kinds of frameworks that can be used in software automation testing?
I want to test a mobile software by an automation tool which is a IP telephony based software designed for both ios and android phone, basically this apps is develop for make call though few low cost audio codecs from Aircraft to Ground and Ground to Aircraft so anyone can suggest me which testing tool we can use for it
What kind of tests should not be automated?
What are the differences between open source tools, vendor tools, and in-house tools?
Tell me an example of the languages supported by webdriver?
Hi I need the following information about JMeter 1) How many(max) threads(users) can hit the website using Jmeter? 2) How long(in hours) can we run Jmeter for stress test? (Is there any “Memory full” issue if we run for long time?) 3)What typeof sampler to use for clicking on the link?
Explain some disadvantages to manual software testing?
I want to learn the data base testing, how can I start my psactice? I already reading the books of basic for data base? If any other books that make my study simple please suggest.
Tell me what is tsl? What 4gl is it similar too?