Write a query to find second highest salary of an employee.
Answer Posted / sirish kumar
Select max(salary)from(select salary from employee where
salary not in(select max(salary)from employee))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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.
write a programme to insert into elements in array?n finding duplicate characters in given sting?
Name a couple of standard web function found in the function generator?
When will you not automate testing?
What is build verification testing, bvt?
Tell me how could the web element attributes be inspected in order to use them in different locators?
Do you know how to verify if the checkbox/radio is checked or not?
What is javascriptexecutor and in which cases javascriptexecutor will help in selenium automation?
What is tree view in automation testing?
What are the advantages of test automation?
What are the types of the framework used in software automation testing?
Do you know how can we make one test method dependent on other using testng?
What all different approaches can be used for designing an automation solution?
Hi all, Do anyone have the experience in PDF Document Automation using OLE objects and methods? If so suggest the best websites for source. Thanks :-)
wat is database testing....how to develop data driven framework in selenium enviromnent. please explaing in detail