I want to know last five transactions or records from emp
table, from now?
Answer Posted / keshav
Select*from emp
Minus
Select * from emp
Rownum<=(select count (*) -5 from emp);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to use regular expression in pattern match conditions? : Sql dba
Can we have two clustered index on a table?
Can we use distinct and group by together?
Can we write dml inside a function in sql server?
What do you know by pl/sql cursors?
Which query operators in sql is used for pattern matching?
What is the usage of nvl function?
How does an execution block start and end in pl sql?
What are the subsets of sql?
Is sql difficult?
what is the difference between union and union all? : Sql dba
How do I use google cloud in sql?
What is the maximum size of sqlite database?
Can we insert in view in sql?
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba