sql satement for 2nd maximum value

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


Please Help Members By Posting Answers For Below Questions

What languages does the .net framework support?

543


What is the difference between static or dynamic assemblies?

559


What is the advantage of using system.text.stringbuilder over system.string?

606


What is the difference between vb 6 and vb.net?

639


Which properties are used to bind a DataGridView control?

578






What is pre-jit?

539


Explain convert.tostring and i.tostring method?

527


What is writeline in vb.net?

525


Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.

3112


What is the difference between custom control and user control?

548


What is the use of assembly?

567


Explain the difference between an xml "fragment" and an xml "document."

503


What is the importance of a Button control?

866


What are different types of jit ?

589


Explain about globalization?

500