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 are the technology areas that microsoft.net contains?
Explain the use of option explicit?
Is vb net a scripting language?
Can we use Vb.Net and C# language simultaneously in one .Net application?
Explain the advantages of vb.net?
What is visual basic.net culture?
What are the difference between dispose(), close(), exit(), end()?
What is the purpose of an Assembly?
Explain some of the exclusive features which are present in vb?
What is stack used for in vb. Net?
List the types of generations in garbage collector?
Explain jit?
difference between checkbox vs radiobutton??
What are the shadow variables?
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