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

Select MIN(MARK) from student where mark in (select Top 2
mark from student order by mark desc)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the Difference Between Primary and Foreign Key?

1066


What is subreport?

144


What are transactions and its controls?

1105


Which operator do you use to return all of the rows from one query except rows are returned in a second query?

1045


Types of Authentications in Sql Server? How user gets authenticated through windows authentication?

1099


How can you list all the columns in a database?

970


Does transparent data encryption provide encryption when transmitting data across the network?

1099


What are user-defined functions (udfs) in sql server?

1051


What are different types of raid levels?

1237


Explain trigger and trigger types?

1037


can you instantiate a com object by using t-sql? : Sql server database administration

1043


What are the different types of stored procedures?

1155


How to declare a cursor with "declare ... Cursor" in ms sql server?

1093


Can we insert data if clustered index is disabled?

986


What is the use of commit?

1061