Answer Posted / binod singh
SELECT max(Distinct sal),ename
FROM emp
/
SQL> select max(distinct salary) from employees;
MAX(DISTINCTSALARY)
-------------------
24000
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
what are the join types in tsql? : Transact sql
What is assignment operator in pl sql?
what is transaction? : Sql dba
What is a full join sql?
How do I find duplicates in two columns?
Why do we use procedures?
What is the most important ddl statements in sql are?
What is primary key secondary key alternate key candidate key?
What is self-join and what is the requirement of self-join?
What does data normalization mean?
How do I filter in sql profiler?
Why is normalization important?
Explain how exception handling is done in advance pl/sql?
Can we use joins in subquery?
Does sql support programming?