Oracle interview question

What is a trigger in a database?

Interview Answer

Anonymous

4 Nov 2014

A procedure that is automatically executed when a certain event happens in the database.

1