I want to know last five transactions or records from emp
table, from now?
Answer Posted / thulasi reddy
select * from emp minus(selecet * from emp where
rownum<(select count(*)_4 from emp))
this will give last records
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to run sql*plus commands in sql developer?
Can a foreign key be null?
What is the difference between alter trigger and drop trigger statements?
What is a sql*loader control file?
What is varchar example?
How exception is different from error?
What are different types of tables in sql?
how to write date and time literals? : Sql dba
How to order siblings in oracle hierarchy queries?
Why are cursors used?
What is primary key secondary key alternate key candidate key?
What is a heap in sql?
How do I remove all records from a table?
Can we write ddl statements in functions?
What is Difference Between Unique and Primary Key Constraints?