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
Explain private assembly?
Did vb6 support multi-threading ?
Explain option explicit?
What is the difference between compiler and interpreter?
What is strong typing and weak typing?
What is datatype conversion?
What are jagged arrarys ?
How many classes a dll can contain?
Write a program to find all text files in a logical drive and return the count of the number of files?
how to get dynamic control array position or its index position?
what is diffrence constructor and destructor in vb
What is strong name in .net assembly?
What are the two main parts of .net?
Name the two main parts of .net?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?