Write a query to find second highest salary of an employee.
Answer Posted / senorita
select ename,salary from (select rownum,ename,salary from
emp
order by desc) where rownum=2;
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is update query?
What is sqlca in powerbuilder?
How can you load microsoft excel data into oracle? : aql loader
Explain ttitle and btitle.
How do I run a pl sql procedure in sql developer?
what are null values? : Sql dba
How can we make an if statement within a select statement?
explain access control lists. : Sql dba
How do I remove duplicates in two columns?
Is pl sql useful?
What pl/sql package consists of?
What are the most important ddl statements in sql?
What is an emotional trigger?
How do you delete data from a table?
What is the advantage of nosql?