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
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
How does one load ebcdic data? : aql loader
What is field delimiter?
What is a behavioral trigger?
How to order siblings in oracle hierarchy queries?
What is where clause in sql?
What are the packages in pl sql?
What is example of database?
Enlist some predefined exceptions?
Is oracel sql developer written in java?
what is the difference between myisam static and myisam dynamic? : Sql dba
The select into statement is most often used to create backup copies of tables or for archiving records?
Are views faster than queries?
How does an execution block start and end in pl sql?
What are the types pl/sql code blocks?