Multiple choice technology databases You can commit inside a trigger Yes, there is a workaround, but not directly yes directly no I dont Know Reveal answer Fill a bubble to check yourself A Correct answer Explanation You cannot execute a direct COMMIT statement inside a database trigger. However, you can commit changes by using a workaround like declaring the trigger as an autonomous transaction via PRAGMA AUTONOMOUS_TRANSACTION.