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

Given an employee table, how would you find out the second
highest salary?

Answer Posted / vivek mohan singh

select salary from tablename order by salary desc limit 1,1;

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How long can an error message be in raiseerror function?

1045


How to generate OIDS

2332


The count() function always returns a int value type what should you do if you need to count rows from a query which you know will return a value that is too large for an int value type?

1051


If a column is an image value type, how you can compare column values? How can you use this column in join clause?

1056


What are the three types of database design?

1085


State the acid rules?

1181


What is the database development process?

1266


How can I detect whether a given connection is blocked?

1120


To convert IDMS to DB2, how to deal with IDMS occurs and redefined clause?

4053


You have a table with three columns: amount1, amount2, and amount3 in a single row only one of these three columns will have a value and the other two will be null. Write a sql query to retrieve the values from these columns?

1023


How would you design a database for an online site, which would average a million hits a day?

1056


How to customize error conditions.

2198


What is a database development?

1015


What is dbms and its application?

1056


What are the types of database model?

1138