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 schema-level triggers?
How does cross join work in sql?
What are actual parameters and formal parameters?
What is the use of prepared statement?
How do I add a database to sql?
What are sql injection vulnerabilities?
How do you update sql?
What is thread join () in threading?
Are stored procedures compiled?
What are different types of tables in sql?
What is graph sql?
Is pl sql a programming language?
Explain about various levels of constraint.
What is sql and explain its components?
What is the source code of a program?