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
What is redim keyword and its use?
What is a preprocessor directive in vb.net?
Which properties are used to bind a DataGridView control?
Explain the advantage of option strict on?
Name and explain some of the exclusive features which are present in vb?
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.
How does vb.net achieve polymorphism?
What would you do to remove microsoft visual basic name space?
What is the size of .net object?
What are the features of c# which are not present in vb.net?
What is the difference between .dll extension and .exe extension files?
What are the difference between dispose(), close(), exit(), end()?
What are the objects in asp.net?
Why do we use ansi keyword?
Define cls?