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
Write an sql query to select all records from the table?
what is normalization? : Sql dba
What is trigger explain with example?
Define tables and fields in a database
What is a database event trigger?
What is the difference between the conventional and direct path loader? : aql loader
Explain what is dbms?
How do I install sql?
how many triggers are allowed in mysql table? : Sql dba
What is the max nvarchar size?
What is the purpose of the sql select top clause?
What is pragma in pl sql?
What is a sql*loader control file?
What is the primary use of normalization?
How do I add a primary key to a table?