Answer Posted / chandru teamwork
Oredrs is table name orderid is collum name
select top 1 * from Orders
where orderid <=(select max(OrderID) from Orders)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What languages does the .net framework support?
What is difference between import system.data.sqlclient,system.data.oledb?
Explain namespace?
Can you please explain the difference between dispose and finalize()?
What is the difference between manifest and metadata?
What are the difference between structure and class?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
What are the assembly entry points?
What is the source code for display the picture in button click event?
What is the use of system.diagnostics.process class?
Explain convert.tostrin?
What are the different types of Lock available in Visual Basic?
Can you please explain the difference between authentication and authorization?
Write a program to find all text files in a logical drive and return the count of the number of files?
What is public assembly?