Answer Posted / kaushal gajjar
select top 1 UnitsInStock
from products
where UnitsInStock in (select top 2 UnitsInStock from
products order by UnitsInStock desc)
Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What are all the differences between dispose and finalize()?
Which properties are used to bind a DataGridView control?
Explain about delegate?
What are the differences between server-side and client-side code?
Can you please explain the difference between authentication and authorization?
Name and explain some of the exclusive features which are present in vb?
What is redim keyword?
What is redim keyword and its use?
When do you use virutal keyword?
Explain how to store decimal data in .net?
Tell us how many languages are supported by .net?
how to get dynamic control array position or its index position?
List the two main parts of .net?
Write a VB.Net console program to check whether a number is perfect or not.
Explain cls?