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
What are the assembly entry points?
What is intermediate langauge?
What is visual basic.net culture?
Can you please explain the difference between value and reference types?
What is the importance of a Button control?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
What is difference between metadata and manifest?
Explain an assembly and its use?
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.
Explain the use of new keyword?
What are the features of c# which are not present in vb.net?
What are the different types of a stream?
Define clr?
Why do you need Lock in Visual Basic?
What is portable executable?