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
Name the tool which can convert visual basic old version to .net compatibility version?
Explain what observations between vb.net and vc#.net?
what is interface and when it is used?
What is code security?
What are the technology areas that microsoft.net contains?
Explain the observations between vb.net and vc#.net?
What is the difference between system.applicationexception class and system.systemexception?
Can you please explain the difference between system.string and system.stringbuilder classes?
what is commom language runtime?
What is the advantage of using system.text.stringbuilder over system.string?
hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!
Explain namespace?
Explain how to send xml file on server using http protocol?
What is the differences between dataset.clone and dataset.copy?
What keyword is used to accept a variable number of parameter in a method?