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 / b.bathakaraithangam,giri

select * from student where mark=(select max(mark) from
student where mark not in (select max(mark) from student))

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know what are the steps to process a single select statement?

1017


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

1205


Explain about Normalization?

1120


How can you know if the row fetched from cursor is still valid in underlying table?

1043


What is database black box testing?

1070


How to transfer data from a cursor to variables with a "fetch" statement?

1141


How to disable a login name in ms sql server?

1173


What is sql server database?

1078


What part does database design plays a role in performance of an sql server-based application?

1032


what is an extended stored procedure? Can you instantiate a com object by using t-sql? : Sql server database administration

1057


What is bit data type?

1081


What are group functions in query statements in ms sql server?

1063


What are the advantages of using stored procedures in sql server?

1049


Difference between report and query parameter.

1141


What is the difference between migration and upgradation in sql server?

1135