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
Is id a reserved word in sql?
What is the most important ddl statements in sql are?
What is rank function in sql?
How show all rows in sql?
How to use distinct and count in sql query? Explain
How does a covering index work?
Differentiate between syntax and runtime errors.
Is left join faster than join?
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?
Can we rollback delete command?
what are different types of keys in sql?
How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?
What is your daily office routine?
What is set serveroutput on?
What does the file extension accdb stand for?