I want to know last five transactions or records from emp
table, from now?
Answer Posted / basanti meher
select * FROM (SELECT * FROM TEST ORDER BY ROWNUM DESC ) where rownum <=5 ;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the function that is used to transfer a pl/sql table log to a database table?
Which join is default?
what is a composite primary key ? : Sql dba
How do I view tables in sql developer?
Can we use view in stored procedure?
How many types of triggers are there in pl sql?
What does bitemporal mean?
Describe types of sql statements?
Can we insert in view in sql?
How to use distinct and count in sql query? Explain
What are the commands used in sql?
How can we make an if statement within a select statement?
Why is pl sql needed?
How do I remove sql plus from windows 10?
How does a self join work?