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 do you mean by serialization and deserialization?
Tell me how many .net languages can a single .net dll contain?
What is datatype conversion?
Explain about branching logic control in vb.net?
What are jagged arrays ?
Described strong typing
What is meant by jagged arrays?
Explain public assembly?
Which classes a dll can contain?
How to achieve Polymorphism in VB.Net?
So you know which dll is used for microsoft .net run time?
Explain the use of serialization and deserialization?
Explain the difference between thread and process?
What is the advantage of using system.text.stringbuilder over system.string?
Can you please explain the difference between system.string and system.stringbuilder classes?