Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Write a query to find second highest salary of an employee.

Answer Posted / priyanshu

select First_Name,Salary from employees where salary in
( select max(salary) from employees
where salary < ( select max(salary) from employees) ),

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we find all links on a web page?

986


List some advantages and disadvantages of automation testing.

985


Explain what sikuli is?

1113


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.

2060


Can we do automation testing without a framework? If yes, then why do we need a framework?

1255


how can i count the no of edit field in a page and fill the multiple edit field

2526


What are the different types of scripting techniques for automation testing?

1094


What are the various kinds of frameworks that can be used in software automation testing?

1019


Tell us how could you explain the main difference between webdriver and rc?

1069


script to check availibility of mail in yahoo mail box in qtp

3027


Write a short compiled module which selects random numbers?

1150


How to check if an element is visible on the page?

1008


wat is database testing....how to develop data driven framework in selenium enviromnent. please explaing in detail

2127


What is the purpose of deselectall() method?

1105


Tell me how a text written in a text field could be cleared?

968