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
Can a varchar be a primary key?
Is sql scripting language?
Why is theta join required?
what is msql? : Sql dba
What is the purpose of normalization?
in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.
what is sql in mysql? : Sql dba
What is indexes?
How many sql are there?
What are the different parts of a package?
What are the various levels of constraints?
what is the functionality of the function htmlentities? : Sql dba
What is the basic structure of an sql?
What is the difference between a primary key and a unique key?
Is sql an operating system?