how to get second highest salary in SQL(as/4000
Answer Posted / praveen
select * from emp where max(sal)
where rownow=2
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the use of index in hive?
What are the string functions in sql?
How do I upgrade sql?
What is the difference between inner join and outer join?
Why do we use %rowtype & %type in plsql?
How exception handling is done in advance pl/sql?
What are sql data types?
What is information schema in sql?
What is record type in pl sql?
how to use 'mysql' to run sql statements? : Sql dba
List the ways to get the count of records in a table?
What is an escape character in sql?
Can procedure in package be overloaded?
What is a sql instance vs database?
What does the base_object_type column shows in the user.triggers data dictionary view?