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
Can you please explain the difference between authentication and authorization?
Explain public assembly?
What are the two main parts of .net?
Name a feature which is common to all .net languages?
Can you please explain the difference between dataset and datareader?
So you know which dll is used for microsoft .net run time?
What is a static class?
What are the different types of Lock available in Visual Basic?
Explain the difference between dispose and finalize()?
Explain about rapid application development tool?
Can you please explain the difference between c# and vb.net?
source code for how to login a vb.net application ?
Can you please explain the difference between dispose and finalize()?
What languages does the .net framework support?
How vb implements the disconnected architecture as like vb.net?