How do you retrieve the last N records from a table?
Answer Posted / manas ranjan
the RANK() and DENSE_RANK() functions can be used to
determine the LAST N or BOTTOM N rows.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How do you declare a constant?
What is query syntax?
How to order siblings in oracle hierarchy queries?
What is left inner join in sql?
What is the difference between the implicit and explicit cursors?
Why do we use set serveroutput on?
What is graph sql?
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
how to extract a unit value from a date and time? : Sql dba
What are the events on which a database trigger can be based?
What is procedure in pl sql?
Can delete statement be rollbacked?
What has stored procedures in sql and how we can use it?
How much does sql cost?
how would concatenate strings in mysql? : Sql dba