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 do I find sql profiler?
Is sql database free?
What are sql queries used for?
What will you get by the cursor attribute sql%notfound?
How does cross join work?
What can you do with pl sql?
Can we change the table name in sql?
What are tables and fields in the database?
How do you delete duplicates in sql query using rowid?
What programs use sql?
Does truncate require commit?
what is oracle database ? : Sql dba
how do you tune the slow running queries in oracle db , explain the methodology
what is meant by nl2br()? : Sql dba
what are the advantages of sql ? : Sql dba