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

I have student marks in a student table. I need second
highest mark .Then what will the query for this?

Answer Posted / kumaravel

try using this...
select top 1 from student where marks in (select top 2 from
student order by marks desc)

Is This Answer Correct ?    16 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain syntax for viewing trigger?

964


what is the system function to get the current user's user id? : Sql server database administration

1066


Does windows server 2016 come with sql server?

977


How do I debug a stored procedure in sql server?

1170


What is primary key and example?

990


What is reference section?

1051


you accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover? : Sql server administration

1294


What is the architecture of ms sql reporting service?

1021


How many databases Microsoft SQL server provides?

1144


What are the key configuration files for sql server reporting services ?

171


How to retrieve field values using mssql_result()?

1404


Does a full backup include transaction log?

1040


List some major differences between triggers and stored procedures?

977


What is a join in sql? What are the types of joins?

1180


Explain system rowset functions?

1040