I want to know last five transactions or records from emp
table, from now?
Answer Posted / vikram
select * from emp where rowid >( select count(*)-n from emp)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the two types of exceptions in pl/sql?
What is procedure function?
what is bdb (berkeleydb)? : Sql dba
What does count (*) do in sql?
What is a natural join?
what is 'trigger' in sql? : Sql dba
tell us something about heap tables. : Sql dba
Is it possible to read/write files to-and-from PL/SQL?
What is a schema sql?
how can we find the number of rows in a table using mysql? : Sql dba
What is pivot in sql?
Why is sharding used?
What are the different types of database management systems?
What is a sql statement?
what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?