how to find the second highest salary from emp table?
Answer Posted / teja
select max(sal) from emp where empsal<(selelect max(sal)
from emp)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is dialect in sql?
can sql servers linked to other servers like oracle? : Sql dba
Explain polymorphism in pl/sql.
Explain alias in sql?
How do I run a script in sql developer?
Can we join tables without foreign key?
What is the importance of sqlcode and sqlerrm?
What does closing a cursor do?
How do you update a value in sql?
How to run sql functions in pl/sql?
What is trigger in sql and its types?
What are expressions?
How to write a query to show the details of a student from students table whose
What is pivot query?
What is partition in sql query?