how to check the 3rd max salary from an employee table?
Answer Posted / srinivas
select max(sal) from emp where sal<(select max(sal) from emp where sal<(select max(sal) from emp))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is drop table faster than truncate?
What is a behavioral trigger?
Explain table and field in sql?
Explain what is a column in a table?
How do you update a value in sql?
What language is oracle sql developer?
Is natural join same as inner join?
If a cursor is open, how can we find in a pl/sql block?
Explain the savepoint statement.
What is the difference between stored procedure and view?
What are all ddl commands?
what does the t-sql command ident_current does? : Transact sql
How do we accept inputs from user during runtime?
What are sql functions? Describe in brief different types of sql functions?
What is user in sql?