1.

What Are The Events On Which A Database Trigger Can Be Based?

Answer»

Database triggers are based on system EVENTS and can be DEFINED at database or schema level. The various events on which a database TRIGGER can be based are given as follows:

  •  DATA definition statement on a database or schema object
  •  Logging off or on of a specific user
  •  Database shutdown or startup
  •  On any specific ERROR that occurs

Database triggers are based on system events and can be defined at database or schema level. The various events on which a database trigger can be based are given as follows:



Discussion

No Comment Found