Write a query to find second highest salary of an employee.
Answer Posted / prem
select max(sal) from employee where sal<(select max(sal)
from employee)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is testng and why is it better than junit?
What is a xpath?
List out some of the automation tools which could be integrated with selenium to achieve continuous testing.
How to Rcognize the Objects in the Web Page Dialog Using QTP
Can we do automation testing without a framework? If yes, then why do we need a framework?
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?
Elaborate the situation where automation testing can’t be used for agile methods?
What is Ticketing tool? Has it any other names? What is the purpose of this?
how to know whether the user information or any other information which is entered in to the web is storing in secured place or non secured place?
you have same applications (same server configaration)A&B you are doing nonfunctionality testing . what they differ in?
Once you identify the tool what would be your next steps?
is there any one got offer from snapdeal?
Does every software project need testers?
2. How you will collect a module from the version?
why we cannot apply check points in compile modules?