how to calcuate the second highest salary of he employee
Answer Posted / sachin s. patil
SELECT * FROM
(SELECT ROWNUM DD, M.* FROM
(SELECT SAL FROM EMP order by sal desc )M)
WHERE DD=2
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to download oracle sql developer?
Explain sql data types?
What is dbo in sql?
What is the use of desc in sql?
Is left join faster than inner join?
Explain what is rdbms?
Can we call procedure in select statement?
What is the importance of sqlcode and sqlerrm?
What are pl sql data types?
what is 'mysqlcheck'? : Sql dba
Can we use views in stored procedure?
How do you update a value in sql?
Define commit?
what is unique key constraint? : Sql dba
Sql technical questions