find out the third highest salary?
Answer Posted / esha gautam
SELECT SAL FROM EMP E WHERE &N-1 =(SELECT COUNT(*) FROM EMP
WHERE E.SAL<SAL);
HERE N FOR NTH SALARY!!!!!!!!!!!!!!!!!!!!
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?
How to export data with a field delimiter?
How to create a temporary table in oracle?
Explain the difference between replace() and translate() functions in oracle?
How to define default values for formal parameters?
Is oracle a relational database?
What is the purpose of save points in oracle database?
When do I need to use a semicolon vs a slash in oracle sql?
Why does Oracle not permit the use of PCTUSED with indexes?
How different is ms access and oracle?
How many data types are supported?
What is a relational database management system?
What do you understand by database schema and what does it hold?
What is instant client oracle?
how do u setup a replication site?