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 / suman

select max(mark) from student where mark <
(select max(mark)from student)

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are logical/boolean operations in ms sql server?

1099


What are the types of processing and explain each? : sql server analysis services, ssas

1201


How to filter records of table in SQL SERVER?

1127


How to delete existing triggers using "drop trigger"?

1093


How use inner join in sql server?

1181


What is blocking and how would you troubleshoot it? : sql server database administration

1089


How to start sql server browser service?

1176


How to populate a table in sql server?

989


Can we write ddl in trigger?

962


wat wil hapn if we give the both read and deny read permission to user?

2151


How do I edit a procedure in sql server?

996


Why use triggers?

1066


i have made a project i vb.net n created a .exe of it after installing it in to any pc, the database (sql express) is not geting accesed i.e the aplication cuts the link of the database, so plz help in this matter.

1935


What is difference between rownum and row_number?

1019


How to make a remote connection in a database?

1019