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 variables in pl sql?
What is auto increment feature in sql?
How to change sql*plus system settings?
explain mysql aggregate functions. : Sql dba
how many tables will create when we create table, what are they? : Sql dba
how can you see all indexes defined for a table? : Sql dba
How do I install microsoft sql?
What does the acronym acid stand for in database management?
What is the difference between left outer join and left join?
What is difference between function and trigger?
Mention what does plv msg allows you to do?
What is the example of procedure?
How global cursor can be declare with dynamic trigger ?
What is t sql used for?
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?