Junior
What transaction management commands are you familiar with?
sobes.tech AI
Answer from AI
START TRANSACTION: Begin a new transaction.COMMIT: Commit the changes made in the current transaction.ROLLBACK: Roll back the changes made in the current transaction.