Answer Posted / ramavtar rajput
select Amount from T2 where Amount = ( select max(Amount)
from T2 where Amount < ( select max(Amount) from T2 ))
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Explain strong name in .net assembly?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
What is the use of system.diagnostics.process class?
How to store images in sql server database through vb.net?
What do you mean by option strict on?
Is vb net a scripting language?
Explain redim keyword?
Explain some of the exclusive features which are present in vb?
What are the difference between structure and class?
Explain about branching logic control in vb.net?
What is internal keyword in .net framework?
What is tracing?
How many ways the function can return values?
Explain what observations between vb.net and vc#.net?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.