find out the second highest salary?
Answer Posted / karthikeyan
select max(sal) from emp
where sal <(select max (sal)from emp);
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are a collation and state the different types of collation sensitivity?
11. Display the client number and name and the client number and name of the person who referred that client.
What is the difference between truncate & delete command?
How to invoke the data pump export utility?
What privilege is needed for a user to query tables in another schema?
What is meant by joins? List out the types of joins.
What is oracle thin client?
What is recycle bin in Oracle?
What is the difference between Delete, Truncate and Drop in Oracle?
What is the usage of save points in oracle database?
How to open and close an explicit cursor in oracle?
Which environment variables are absolutely critical in order to run the OUI?
How to use group functions in the select clause using oracle?
How many types of table in Oracle?
What is an oracle database?