I want to know last five transactions or records from emp
table, from now?
Answer Posted / vikram
select * from emp where rowid >( select count(*)-n from emp)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
discuss about myisam key cache. : Sql dba
What is cascade in sql?
What is the purpose of cursors in pl/sql?
What is primary key sql?
What is query syntax?
How insert into statements in sql?
What is autocommit sql?
What is denormalization in a database?
Differentiate between sga and pga.
What is right join sql?
What is sqlerrm?
Is there a way to automate sql execution from the command-line, batch job or shell script?
How is a PL/SQL code compiled?
Can we rollback after truncate?
What is the command used to fetch the first 5 characters of a string?