Write a query to find second highest salary of an employee.
Answer Posted / sweety spear
select *from emp e1 where &n =(select count(*) from emp
where sal >= e1.sal);
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
Tell us what you know about table-driven testing?
how to import specifically 2nd column elements to runtime datatable in excel sheet if it contains 3 columns
What is client side validation? Write a snippet.
What is a framework for automation testing?
What is the process of Automation Testing?
what is nTier Architecture understanding what is Microsoft ASP.net, ASP and SQL understanding what is Web Application and eCommerce application understanding what is Unit, System, Regression, FAT testing ? Test Automation and Test Script Authoring
What type of scenarios can't be automated?
in keyword driven frame work..where Driver Script is locate? is there any inbuilt script for driver script?who writes the driver script?how to call it any body can tell me with an example...like(yahoo login,inbox, logout).
wat would be the -ve test case for search where u can brak it ,tell dnt tell abt spl characters insertion ,boundary values chk.
What is a framework and what are the frameworks available in rc?
What are the advantages of the automation framework?
Do you know what is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?
Name some of the commonly used automation testing tools that are used for functional automation.
Any one suggest me for Free ware (Opensource) Automation tool for regression testing.
Describe some problem that you had with automating testing tool.