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
What is internal keyword in .net framework?
When do you use virutal keyword?
Explain nested classes?
What do you mean by serialization and deserialization and it's use.
Which class allows an element to be accessed using unique key?
What are jagged arrays ?
Explain the advantages of vb.net?
Tell me which namespace are used for accessing the data?
What are the parts of the visual basic control?
What is an arraylist?
What is the diff between vb mdi form and .net mdi form?
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
What is enumerator?
Explain global assembly cache (gac)?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net