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...

sql satement for 2nd maximum value

Answer Posted / jacob

1)Select Max(Total) from mark


2)select top 1 total from
( select top 2 total from mark order by total desc ) as
result order
by Total

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is redim keyword and its use?

1078


What is a preprocessor directive in vb.net?

1031


Which properties are used to bind a DataGridView control?

1188


Explain the advantage of option strict on?

977


Name and explain some of the exclusive features which are present in vb?

1002


what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.

2431


How does vb.net achieve polymorphism?

984


What would you do to remove microsoft visual basic name space?

1001


What is the size of .net object?

1088


What are the features of c# which are not present in vb.net?

1159


What is the difference between .dll extension and .exe extension files?

1166


What are the difference between dispose(), close(), exit(), end()?

950


What are the objects in asp.net?

1196


Why do we use ansi keyword?

1032


Define cls?

1062