how to find the second highest salary from emp table?
Answer Posted / sarojkant
select sal from emp
where rownum=2
order by sal desc
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to drop an existing table in mysql? : Sql dba
What is execution plan in sql?
What is nosql db?
How can you know that statistics should be updated?
Why do we create stored procedures & functions in pl/sql and how are they different?
Compare sql & pl/sql
What is the difference between view and stored procedure?
How do I create a memory optimized filegroup?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
What is integrity in sql?
how do you control the max size of a heap table? : Sql dba
Can there be more than one function with a similar name in a pl/sql block?
How can I speed up sql query?
what is the difference between undefined value and null value? : Sql dba
What are the different dml commands in sql?