Write a query to find second highest salary of an employee.
Answer Posted / aj
select * from emp A where 1=(select count(*) from emp B
where A.SALARY < B.SALARY)
| Is This Answer Correct ? | 12 Yes | 9 No |
Post New Answer View All Answers
Can you explain me what is object repository?
Do you know what is a data-driven framework?
What are the steps to perform Load and Stress testing on a Website? What resources do I need to do this? Please advise. Thanks in advance.
What is an automated test script?
What are the frameworks available in rc?
How do we Test the C++ and Unix Application Using Automated Tool.
What is a ‘test plan’? What is a ‘test case’?
When will you automate a test?
What are the steps involved in the automation process ?
Tell us what is the alternate way to click on login button?
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.
Tell me what is tsl? What 4gl is it similar too?
What are the things that one should consider for selecting a project for test automation? For example, stability, etc.
how to import specifically 2nd column elements to runtime datatable in excel sheet if it contains 3 columns
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