Answer Posted / sunil nandedkar
Select min(Salary)ThirdHighest from employees where salary
in (Select top 3 salary from employees order by salary desc)
For nth replace top 3 with top n
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Is vb.net a programming language?
What is difference between inline and code behind?
Explain option explicit?
Explain redim keyword?
Define naming convention?
What do you mean by deserialization?
Did vb6 support multi-threading ?
What is intermediate langauge?
Write a VB.Net console program to check whether a number is perfect or not.
What are the objects in asp.net?
Tell me which namespace are used for accessing the data?
What is sorting in vb?
What are the difference between dispose(), close(), exit(), end()? When do we use them?
Name some of the features of C# which are not present in VB.NET?
What keyword is used to accept a variable number of parameter in a method?