I want to know last five transactions or records from emp
table, from now?
Answer Posted / sarmistha
select TOP (5) * from emp order by empid desc
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Does oracle roll back the transaction on an error?
What is on delete restrict?
When do we use triggers?
What is left join example?
What are types of exception?
how many ways to get the current time? : Sql dba
what are aggregate and scalar functions? : Sql dba
What is java sql connection?
Are null values same as that of zero or a blank space?
How to revise and re-run the last sql command?
What is the advantage of index in sql?
Why is stored procedure faster than query?
Difference between table function and pipelined function?
what are the difference between clustered and a non-clustered index? : Sql dba
What does select * from mean in sql?