I want to know last five transactions or records from emp
table, from now?
Answer Posted / newuser
select * from (select * from employee order by rowid desc) t
where rownum<= 5;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the file extension for sql database?
What are the basic techniques of indexing?
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?
Does varchar need length?
What is the primary key?
what are the types of join and explain each? : Sql dba
What are triggers and its types?
Explain scalar functions in sql?
How do I remove all records from a table?
What is clause?
What is sorting in sql?
Which join is default?
What is the difference between drop and truncate commands?
What is the syntax to add a record to a table?
What is sql and its types?