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

1.how to extract the second highest salary from emp table
having sal as a column which contains the salary of all
employee of an organisation.

Answer Posted / swapna

select top(2) sal from emp where sal order by desc

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to define an external table with a text file?

1125


interview questions with answer for cts

2635


How to create a new tablespace in oracle?

1032


Whether any commands are used for months calculation? If so, what are they?

1137


Describe an oracle table?

1097


What do you mean by a database transaction & what all tcl statements are available in oracle?

1036


How to add another datafile to a tablespace?

1088


What are the uses of Database Trigger ?

1784


Explain the use of parfile option in exp command.

1138


How a tablespace is related to data files?

1162


What is bulk load in oracle?

1123


What is SQL Tuning Advisor in Oracle?

1248


how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?

2408


What are the attributes that are found in a cursor?

1120


How to convert a date to char in oracle? Give one example.

1107