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
List the ways to get the count of records in a table?
What is the difference between a subquery and a join?
What is a heap in sql?
what is sql in mysql? : Sql dba
What pl/sql package consists of?
What are the properties of a transaction?
how to use regular expression in pattern match conditions? : Sql dba
Is sql sequential or random?
What is forward declaration in pl sql?
which operator is used in query for pattern matching? : Sql dba
What does select top 1 do in sql?
Explain what is rdbms?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
What is crud diagram?
What is the difference between having clause and where clause?