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 a trigger and what are its types in oracle?
What is an oracle tablespace?
What is Parallel Server ?
you are sorting a table using "order by"(descending) clause of a column which contains a null value...whether that row containing null value will come first or last in the output??
Give the Types of modules in a form?
How do you ensure database security?
How would you change old and new values in an insert, delete and update triggers?
i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)
can we pass two out parameters at a time in function?please answer to my question
What is the diff between Oracle and SQL Server
How to grant create session privilege to a user in oracle?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?