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 “go” in t-sql? : Transact sql
How do I remove all records from a table?
How can I delete duplicate rows?
How you improve the performance of sql*loader? : aql loader
how to include character strings in sql statements? : Sql dba
what are all the different types of indexes? : Sql dba
How many sql are there?
What's the difference between inner join and left join?
What are the constraints available in sql?
What is the advantage of index in sql?
How can you load microsoft excel data into oracle? : aql loader
Define union, minus, union all, intersect ?
what are date and time intervals? : Sql dba
What is a function in oracle pl sql?
what does it mean to have quoted_identifier on? : Sql dba