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 select unique values in sql?
What is the limitation on the block size of pl/sql?
Can we join same table in sql?
What are the different dcl commands in sql?
How to start the command-line sql*plus?
What is the difference between delete and truncate statement in sql?
What is union?
How many sql statements are used?
What are sql ddl commands?
Does group by remove duplicates?
What is cursor and its types?
What is pl sql record in oracle?
How do I clear the screen in sql plus?
what are all different types of collation sensitivity? : Sql dba
What is tuple in sql?