how to get second highest salary in SQL(as/4000
Answer Posted / sachin
select max(salary) from emp_salary where salary<(select
max(salary) from emp_salary);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you create an empty table from an existing table?
How can we link a sql database to an existing android app?
What is data profiling in sql?
What view means?
Is sql between inclusive?
What is sql performance tuning?
What is scalar and vector?
How does a trigger work?
Explain what is sql*plus?
Is grant a ddl statement?
What is an inconsistent dependency?
Why is pl sql used?
Can we use joins in subquery?
Can we group by two columns in sql?
What is the difference between sql and mysql?