find out the second highest salary?
Answer Posted / radhiv kumar
PROC SQL;
SELECT MAX(SALARY) FROM RIGHTMER1
WHERE SALARY < SELECT MAX (SALARY)FROM RIGHTMER1;
QUIT;
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to assign data of the deleted row to variables?
can anyody please send me the dump for Oracle 10g certifications for DBA path?
What is the difference between postgresql and oracle?
What is the difference between substr and instr?
What is analyze command used for?
In XIR2 if we lost the administration password .How can we regain the password?thanks in advance.
What is a dead lock in oracle?
How can we delete duplicate rows in a table?
How to define a data field as not null?
What are the various types of snapshots ?
How to concatenate two text values in oracle?
what are the default admin accounts in Oracle 10g ?
What is the database name in oracle?
Where do we use decode and case statements?
How would you begin to troubleshoot an ORA-3113 error?