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