I want to know last five transactions or records from emp
table, from now?
Answer Posted / basanti meher
select * FROM (SELECT * FROM TEST ORDER BY ROWNUM DESC ) where rownum <=5 ;
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what is a subquery ?
What is write ahead logging in sql server?
How do I write a sql query in pgadmin 4?
what is msql? : Sql dba
What is sql analyzer?
What are joins in sql?
What is multiple partition?
Is sql database free?
How do I delete a trigger?
what are the different functions in sorting an array? : Sql dba
What is meant by cursor in sql?
Which tcp/ip port does sql server run?
What is trigger in sql? Explain
What is the difference between database trigger and stored procedure?
What is oracle pl sql developer?