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 trigger explain with example?
State few characteristics of pl/sql?
How do I kill a query in postgresql?
What is difference sql and mysql?
what are the differences between binary and varbinary? : Sql dba
What is trigger in sql and its types?
What is trigger price?
What is pl sql block structure?
What are transaction and its controls?
Can we use commit inside a trigger?
what are the advantages of mysql in comparison to oracle? : Sql dba
What are primary key and foreign key and how they work?
Which kind of parameters cannot have a default value in pl sql?
What is record in pl sql?
Explain ttitle and btitle.