I want to know last five transactions or records from emp
table, from now?
Answer Posted / eshwer
create trigger on emp table with last_transaction with datatype as date or timestamp,
now you have to use dml commands on emp table, when ever u done any modifications on the table these will be inserted in
last_transaction with sysdate with last modification time,
based on time we can find out the last transactions
based on
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is cursor explain with example?
What is meant by cursor in sql?
Does group by remove duplicates?
how to drop an existing index in mysql? : Sql dba
What program will open a mdb file?
How is indexing done in search engines?
What is difference between rank () row_number () and dense_rank () in sql?
hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews
what is a composite key ? : Sql dba
Why are sql stored procedures used?
Which table is left in left join?
Is pl sql still used?
how is exception handling handled in mysql? : Sql dba
What are all ddl commands?
What is difference between pls_integer and integer?