How can we use nested transactions allowed in MySQL?
Answers
Answered by
0
We can allow multiple transactions with the help of START command and SAVEPOINT. Let us create a table with the help of CREATE command
Similar questions