I want to know last five transactions or records from emp
table, from now?
Answer Posted / nitin
NAME EMP_ID
A 100
B 102
C 103
D 105
E 200
F 201
G 202
H 203
I 204
SELECT * FROM (select * from emp order by emp_id desc)
WHERE rownum <= 5
| Is This Answer Correct ? | 13 Yes | 12 No |
Post New Answer View All Answers
Is oracle and sql same?
How do I know if I have sql express or standard?
What is procedure in pl sql?
what happens if null values are involved in expressions? : Sql dba
How can you load multi line records? : aql loader
What are types of indexes in sql?
What is schema in sql?
What is a schema sql?
What is rowtype?
Explain ttitle and btitle.
Are stored procedures compiled?
What is the location of pre_defined_functions.
Is inner join faster than left join?
How is data stored in sql?
What is server name sql?