Write a query to find second highest salary of an employee.
Answer Posted / rahul koul
Select MAX(SALARY) from EMP where SALARY NOT IN (SELCT MAX
(SALARY) from EMp)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.
List down the primary features of a good automation tool?
What is test driven development?
Simplify the term defect severity.
What are the points that are covered while planning phase of automation ?
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.
Explain some automation testing tools.
If I have given names to different DataTable columns and those column names are stored in a variable, then passing that variable to the datatable how can i Enter different values in those columns listed in that variable?? Please explain me with an example.I am not getting it.
Do you think that testing can be done only at the ui level?
What is mean by ARGO testing? Can you please explain anyone
how to test an webbased application?
Which protocol cam be used to makw jdbc connection woth loadrunner
how to use regular expression in Test Complete Functional tool
How to get the Background color of a Tab or Button in TestComplete Tool using VBScript? I have a validation that to verify whether a particular tab or button is highlighted or not. When the tab or button is highlighted the background color will be in Yellow color.If i get the background color then its easy for us to validate whether its highlighted or not. Can anybody help me on this?. Thanks in Advance.
Tell me what is intellij?