Answer Posted / cherran
select top 1 sal from
( select top 2 sal from test order by sal desc ) as kk order
by sal
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is jagged array in vb.net?
What is globalization?
Which namespace are used for accessing the data?
What do you mean by serialization and deserialization and it's use.
Explain option explicit?
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!
What is pre-jit?
What is the exact defination of object?
What is the use of console application?
Explain namespace?
What are different types of jit ?
Explain about the keyword must inherit?
What is the ruby interface generator?
Write a VB.Net console program to check whether a number is perfect or not.
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?