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 interface and when it is used?
Explain about branching logic control in vb.net?
Explain convert.tostring and i.tostring method?
Explain the services provided by common language infrastructure.
Explain about visual basic.net?
Explain the use of serialization and deserialization?
Define serialization in .net?
What are all the parts of .net framework?
Explain how to achieve polymorphism in vb.net?
What is the importance of a Button control?
Why do we use byref keyword in vb.net?
What do you mean by serialization and deserialization?
Which properties are used to bind a DataGridView control?
What are option strict and option explicit?
What are the difference between dispose(), close(), exit(), end()? When do we use them?