SELECT * FROM
(SELECT TITLE FROM MOVIE ORDER BY RANK DESC)
WHERE ROWNUM > 4;
when i run the above query .it produces output as NO ROWS
SELECTED.why ?plz any one help me
Answer Posted / mohan
select * from movie where rownum>4(select title from movie
rank()over(order by title desc);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the usage of analyze command in oracle?
Give the different types of rollback segments.
What is a nvl function?
Is insert autocommit in oracle?
How to convert dates to characters in oracle?
IS it possible to built the oracle database without setting the kernal parameters?
What are the attributes of cursor?
What are triggers in oracle?
Can you tell me how to add new column in existing views?how?How is possible?
Name the various constraints used in oracle?
How to define an anonymous procedure with variables?
How to rename an index in oracle?
Why does Oracle not permit the use of PCTUSED with indexes?
Can multiple cursors being opened at the same time?
What is an oracle tablespace?