Answer Posted / archana chavan
select top 1 * from author where phone < (select max(phone)
from author) order by phone desc
Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
What is the difference between compiler and interpreter?
Explain how to send xml file on server using http protocol?
What are the technology areas that microsoft.net contains?
What is deep copy?
Explain about delegate?
Name some of the keywords used in vb.net?
Can you please explain the difference between dataset and datareader?
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
What is a literal control?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
What is public assembly?
Explain about visual basic?
How many languages are supported by .net?
How to achieve Polymorphism in VB.Net?
Explain namespace?