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
What is package in pl sql with an examples?
How many types of triggers exist in pl/sql?
What does stand for in sql?
What is trigger in sql? Explain
How to select all records from the table?
what's the difference between a primary key and a unique key? : Sql dba
How do I run a query in pl sql developer?
what are the join types in tsql? : Transact sql
What is query syntax?
Where is pl sql used?
what is msql? : Sql dba
Is sql injection illegal?
What are the qualities of 2nf?
What does fetching a cursor do?
How to add new employee details in an employee_details table with the following details