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
Explain i.tostring method?
Which is the base class for all the classes in .net framework?
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?
What is the use of system.diagnostics.process class?
What are the types of generations in garbage collector?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
What is a static class?
What are the different types of applications supported in .net (or) .net framework?
Allowed program to auto-correct the database when loading a presentation.
How to store images in sql server database through vb.net?
What is redim keyword?
What is different between web.config and machine.config and where it will be ?
Observations between vb.net and vc#.net?
What are the technology areas that microsoft.net contains?
Explain about delegate?