find out the third highest salary?
Answer Posted / ram pravesh
select max(sal) from emp where sal<(select max(sal)from emp
where sal<(select max(sal) from emp))
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to run create database statement?
Can we protect our pl/sql source code?
How to retrieve data from an cursor to a record?
How to define a variable of a specific record type?
What is hot backup and logical backup?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
What are privileges and grants?
What is the difference between online and offline backups?
How to save query output to a local file?
what's query optimization and without use of IN AND Exist can we get another way data from query
various types of hints and their usage
How to define default values for formal parameters?
What is analyze command used for?
What is the simplest tool to run commands on oracle servers?
What is primefaces used for?