Answer Posted / indraneelandhavarapu
SELECT MIN(SALARY) from EMPSAL
OR
SELECT MAX(SALARY) FROM
(SELECT DISTINCT TOP 1 SALARY
FROM EMPSAL ORDER BY SALARY) AS A;
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is single-user mode?
What is Service Broker in sql server 2012?
How can I tell if sql server is 32 or 64 bit?
What are click through reports?
How extra digits are handled with numeric data type literals?
Which event (check constraints, foreign key, rule, trigger, primary key check) will be performed last for an integrity check?
what are the types of indexes? : Sql server database administration
What is change data capture (cdc) feature?
What do you mean by sql server 2005 express management tools?
Write a query to find 5th highest amount paid from the customer table.
Where do we use trace frag?
What is meant by referential integrity?
What are the purpose of Normalisation?
How do I open a .db file?
What is the purpose of update statistics and scope_identity() function?