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...

how to find the second highest salary from emp table?

Answer Posted / ashwini

select max(salary) from employee where salary < (select max(salary) from employee)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I change database name in sql?

1158


what is the difference between truncate and delete statement? : Transact sql

1122


how can I make a script that can be bi-language (supports english, german)? : Sql dba

1068


Which query operators in sql is used for pattern matching?

1012


Can triggers stop a dml statement from executing on a table?

1160


What is right join sql?

1013


What is full join in sql?

1035


Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints

1134


What are different types of keys?

1176


What are the types of operators available in sql?

1129


What is set serveroutput on in pl sql?

1362


How do I make my sql query run faster?

1018


What is the difference between null value, zero, and blank space?

1257


What is an intersect?

1156


What is an oracle stored procedure?

1117