how to get second highest salary in SQL(as/4000
Answer Posted / sachin
select max(sal) from employees
where salary < (select max(sal) from employees);
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
What is pl sql commands?
How do sql triggers work?
Are there any features that are decommissioned in 11g that are not present in 11g?
Can we create view in stored procedure?
What is mutating table error?
What is the difference between sql and t sql?
Which is the correct statement about truncate and delete?
What is a composite primary key?
What is difference between nchar and nvarchar?
How to write pl sql program in mysql command prompt?
What is oracle and pl sql?
How to prepare for oracle pl sql certification?
Explain how exception handling is done in advance pl/sql?
List the different type of joins?
Explain what is a column in a table?