how to find the second highest salary from emp table?
Answer Posted / muhammed zaheer
select max(sal) from emp where sal < (select max(sal) from
emp)
| Is This Answer Correct ? | 86 Yes | 16 No |
Post New Answer View All Answers
Is it possible to pass parameters to triggers?
How to get list of all tables from a database?
Explain about various levels of constraint.
What is oracle pl sql developer?
What is the difference between sql and t sql?
What do you understand by case manipulation functions?
How can you view the errors encountered in a trigger?
how to use case expression? : Sql dba
What are the different types of sql commands?
List the ways to get the count of records in a table?
What are crud methods?
What is AUTH_ID and AUTH_USER in pl/sql ?
Explain the significance of the & and && operators in pl sql.
How do I run a sql query in pgadmin 4?
Does postgresql run on the cloud?