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
Explain enable novalidate constraint.
How to define an explicit cursor in oracle?
What are the various constraints used in oracle?
Explain an exception and its types?
How to call a stored function in oracle?
What is Virtual Private Database in Oracle?
How to write a query with a left outer join in oracle?
What do you mean by merge in oracle and how can you merge two tables?
What is the fastest query method to fetch data from the table?
What is primefaces used for?
How many types of database triggers exist?
Explain the use of full option in exp command.
How to apply filtering criteria at group level in oracle?
What is oracle latest version?
Differentiate between pre-select and pre-query?