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 handle bulk data?
What does pragma mean?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
define sql delete statement ? : Sql dba
Explain table and field in sql?
what happens if you no create privilege in a database? : Sql dba
Does sql use python?
How to download oracle sql developer?
Which type of cursor is used to execute the dml statement?
Does sql between include endpoints?
What are all types of user defined functions?
What is partition in sql query?
how to concatenate two character strings? : Sql dba
What is the use of sqlerrd 3?
Do we need to rebuild index after truncate?