Answer Posted / sanjeev singla
Hey guys use this query ,i used it so many time ,it will be
useful to you..try this one...
SELECT MAX(Salary) AS Expr1
FROM Employees
WHERE (Salary <
(SELECT MAX(Salary)
FROM Employees))
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why do we use byref keyword in vb.net?
What is branching logic control in VB.NET?
Write a program to find all text files in a logical drive and return the count of the number of files?
Compare c# and visual basic.net?
Explain namespace?
What is the exact defination of object?
What is tracing?
What is early binding?
Write a VB.Net console program to check whether a number is perfect or not.
What is redim keyword?
What is the use of console application?
Can you please explain the difference between system.string and system.stringbuilder classes?
What is the difference between static or dynamic assemblies?
What is sealed class?
What are the differences between vb.net and c#, related to oops concepts