Answer Posted / anil
select * from(select ename,deptno,sal from emp order by sal desc) where rownum<=3
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is sql trigger example?
How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?
what is self-join? : Sql dba
Explain commit, rollback and savepoint.
Can we call a function containing dml statements in a select query?
What is meant by <> in sql?
Why do we use cursors?
Why do we need databases?
What is multiple partition?
what are properties of a transaction? : Sql dba
What are few of the schema objects that are created using PL/SQL?
What is dynamic query?
how can you see all indexes defined for a table? : Sql dba
What are the types of records?
table structure: ---------------- col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10 01-mar-2012 11:12:46 01-mar-2012 11:11:23 Write a query to display the result as shown below: col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10