Answer Posted / murli d
author is Table name
ID is column name
select top 1 * from author where ID < (select max(ID)
from author) order by ID desc
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
what is interface and when it is used?
How many ways the function can return values?
Explain the use of new keyword?
Explain jit?
Write the role of new keyword?
Explain about the performance of visual basic?
What are the different types of a stream?
Explain internal keyword in .net framework?
How many classes a dll can contain?
What is the use of internal keyword?
What are the difference between structure and class?
Explain strong name in .net assembly?
What is the difference between custom control and user control?
Explain and brief about rapid application development tool?
How to create a constant in vb.net?