Multiple choice Identify the correct statement about Triggers in Oracle P/L SQL? A system trigger cannot be defined on a schema or the database. It is fired for each event associated with the owner of the schema (the current user). It is fired before the triggering event executes. It is fired after each row that the event affects. Triggers are fired when storage of data is performed. Reveal answer Fill a bubble to check yourself B Correct answer Explanation This is correct as the current user manages the transaction by own procedure.