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 / adarsh pandey

select distinct mark from student_mark s
where (select count(distinct s1.mark) from student_mark s1
where s1.mark>=s.mark )=4;

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is foreign key unique?

1047


How to create new databases with "create database" statements?

1067


When you use @@error and try-catch?

1092


Explain the dirty pages?

1050


What is the server name for sql management studio?

1098


What are the basic functions for master, msdb, model, tempdb databases?

1096


How to execute the cursor queries with "open" statements?

1240


Write an SQL query to obtain the 2nd highest salary.

1125


You notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it?

1157


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

1019


How to find a value in another dataset based on current dataset field (ssrs 2008 r2)?

176


What are locks in sql?

1014


What changes in the front end code is needed if mirroring is implemented for the high availability? : sql server database administration

1082


How to delete database objects with "drop" statements in ms sql server?

1150


Explain iaas, paas and saas?

92