InterviewSolution
Saved Bookmarks
| 1. |
What is the structure of a Transaction? |
|
Answer» The general structure of an exchange explanation comprises of starting with START TRANSACTION. The subsequent STAGE is embeddings at least one or more commands/operations, inserting statements that check for mistakes, inserting ROLLBACK statements to deal with any error found, at last, inserting a COMMIT statement to implement modification on a successful operation. 17. Explain ACID in Transaction.
|
|