Find out the 3rd highest salary?
Answer Posted / shruti
select empno,sal from
(select empno,sal from emp order by sal desc)
where rownum<4
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is primary key a clustered index?
What is memory optimized table?
Is it possible to include an insert statement on the same table to which the trigger is assigned?
Can we use the cursor's to create the collection in PL/SQL?
Why is a primary key important?
What is faster join or subquery?
How many parts of a pl sql block are optional?
How do you exit in sql?
What is a full join?
What is delimiter in pl sql?
What is partition in sql query?
List the ways to get the count of records in a table?
Can we perform dml on view?
Can a varchar be a primary key?
What is dba in sql? : SQL DBA