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
What is the difference between the conventional and direct path loader? : aql loader
Which is faster joins or subqueries?
What is dba in sql? : SQL DBA
What is pl sql package?
What are database links used for?
Mention what are different methods to trace the pl/sql code?
What is the non-clustered index in sql?
What is rank dense_rank and partition in sql?
What are the different ddl commands in sql?
What is column?
What is pls integer?
Can you sum a count in sql?
Explain dml and ddl?
What is difference between stored procedure and trigger?
Difference between table function and pipelined function?