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
Why should I use oracle database?
What is catalog in Oracle?
What happens to the data files if a tablespace is dropped?
How to define a specific record type?
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
Differentiate between translate and replace?
What happens in oracle commit?
How to handle a single quote in oracle sql?
What is the usage of control file in oracle?
What is recovery manager(rman) backup in Oracle?
Explain the use of record length option in exp command.
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
What is an oracle data file?
What is the disadvantage of User defind function?
Is primary key indexed by default in oracle?