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
What is mdb stand for?
What do you mean by rowid?
What is a Mapplet?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
What are the three forms of normalization?
what is 'mysqlimport'? : Sql dba
what are the drivers in mysql? : Sql dba
what are the differences between require and include, include_once and require_once? : Sql dba
what is a field in a database ? : Sql dba
What is procedure function?
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
What is the difference between union and union all command?
How many times can we commit in a loop?
explain advantages of innodb over myisam. : Sql dba
What is delimiter sql?