Answer Posted / cherran
select top 1 sal from
( select top 2 sal from test order by sal desc ) as kk order
by sal
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is different between web.config and machine.config and where it will be ?
What is the size of .net object?
What is difference between import system.data.sqlclient,system.data.oledb?
What is the use of errorprovider control?
What is the difference between compiler and interpreter?
What are the advantages of migrating to vb.net?
Which is the tool which can convert visual basic old version to .net compatibility version?
How do you retrieve the customized properties of a .net application from xml .config file?
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
Name the class which allows an element to be accessed using unique key?
Explain the services provided by common language infrastructure.
What is DLL HELL in VB.NET
What are the technology areas that microsoft.net contains?
Explain redim keyword?
Explain about delegate?