find out the second highest salary?
Answer Posted / sandeep
select max(sal) from emp where sal<(select max(sal) from emp);
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do we display rows from the table without duplicates?
What is meant by an index?
Explain oracle’s system global area (sga).
What is the oracle implicit cursor?
how to make an oracle object
How to define an external table with a text file?
What do you mean by cdb and pdb in oracle 12c?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
What is tns entry?
nw i'm doing MBA system and planning to do oracle,database management.tell me that whether it is useful r not?.refer any course for my carrier pls
State and explain the different types of data models?
What is oracle datasource?
what is port in oracle? how is it related to database application.
What is a directory object?
How to find the duplicate rows count from employees table in oracle?