how to find the second highest salary from emp table?
Answer Posted / sudha
select max(sal) from emp where sal <(select max(sal) from
emp);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what is rdbms?
where are cookies actually stored on the hard disk? : Sql dba
How do I remove sql developer from windows 10?
How can we avoid duplicating records in a query?
Does view store data in sql?
What programs use sql?
Which tcp/ip port does sql server run?
What packages(if any) has oracle provided for use by developers?
What does sql stand for?
What is numeric function sql?
What is structural independence and why is it important?
What is record data type?
What is the difference between clustered and non-clustered indexes?
How to make a copy values from one column to another in sql?
What is left join in postgresql?