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 / vikas kant

select Top 1 marks from students where marks in(select Top
2 marks from students order by marks desc)

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to take backup bcp out for a column in table in sql server?

2144


How to create a stored procedure with a statement block in ms sql server?

1126


What is measure group, measure? : sql server analysis services, ssas

1071


What is the maximum length of an alert name?

1038


what are the disadvantages of cursors? : Sql server database administration

1082


Can sql servers link to other servers like oracle?

894


Equi join and non equi join is possible with sql server?

1095


Explain system functions or built-in functions? What are different types of system functions?

1041


your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration

1048


Tell me what is de-normalization and what are some of the examples of it?

1098


Explain what is it unwise to create wide clustered index keys?

1023


What are the different types of join?

1239


What do you mean by 'normalization'?

1122


Will the writetext statement activate a trigger?

1154


Is truncate a dml command?

999