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 different between web.config and machine.config and where it will be ?
What are the advantages of vb.net and c#?
How do you call a stored procedure in Visual Basic?
What are the differences between server-side and client-side code?
What are the advantages of an assembly?
What is branching logic control in VB.NET?
What is econo-jit?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
Which control is an example of an object in vb net?
What are the technology areas that microsoft.net contains?
Name the two main parts of .net?
Why do you need Lock in Visual Basic?
Define clr?
What is an assembly and its use?
Explain an assembly?