Write a query to find second highest salary of an employee.
Answer Posted / upali tejale
Select max(salary) from employee where salary NOT IN
(Select max(salary) from employee)
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Can anyone tell me the correct answer of below question....it is about Bugzilla tool. When bug will find out at the time of executio where it will save or what is the location of bug??
what is GDC
WHAT IS TEST SCRIPT AND HOW DO YOU CREATE IT?
Where to maintain information like login, password and url?
Explain me what is a framework and what are the frameworks available in rc?
How will you automate basic “login” functionality test cases for an application?
HOW DO YOU PERFORM SECURITY TESTING TO VERIFY FIREWALLS,PASWORD ENCRYPTOPNS ETC?
notice the distinction between data driven testing and retesting?
What are the references for TSL functions.? Could anybody suggest me recommended book for Test Script Language.
What are the most popular tools for automation testing?
What are the advantages of the automation framework?
Explain what is a relative xpath?
Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)
List the five essential types of test steps?
wat is database testing....how to develop data driven framework in selenium enviromnent. please explaing in detail