SQL Fundamentals — Easy What does COMMIT do in a transaction? A Starts a new transaction B Permanently saves all changes made in the current transaction C Locks the table for exclusive access D Undoes all changes made in the current transaction Show explanation