I want to know last five transactions or records from emp
table, from now?
Answer Posted / thulasi reddy
select * from emp minus(selecet * from emp where
rownum<(select count(*)_4 from emp))
this will give last records
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is substitution variable?
What is varchar used for?
What does inner join mean?
Which is better cte or subquery?
What happens when a trigger is associated to a view?
Define SQL and state the differences between SQL and other conventional programming Languages?
What is use of term?
What are aggregate and scalar functions?
What are the packages in pl sql?
what are the differences between char and varchar? : Sql dba
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
How does one use sql*loader to load images, sound clips and documents? : aql loader
What is sql basics?
How do I edit a stored procedure?
What are the 3 types of behavioral triggers?