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 would you do to remove microsoft visual basic name space?
What is a static class?
What is the differences between dataset.clone and dataset.copy?
Explain option strict?
Why do you need Lock in Visual Basic?
How does vb.net achieve polymorphism?
What are all the parts of .net framework?
What is visual basic.net culture?
How many ways the function can return values?
Explain internal keyword in .net framework?
How to create a constant in vb.net?
What do you mean by deserialization?
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
Define clr?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .