What is Database Trigger ?
Answer / nishi
Database trigger is a stored procedure that invokes automatically when a predefined event occurs.The usage of database trigger is to audit the data modification.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is meant by recursive hints in oracle?
What is dictionary cache ?
What is an external table?
How to shutdown your 10g xe server from command line?
What is catalog in Oracle?
How to recover a dropped table in oracle?
What are the benefits of ordbms?
How to best split csv strings in oracle 9i?
what is primary key and foreign key when and where have to use
Explain the relationship among Database, Tablespace and Data file?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
How would you design a database for an e-commerce website?