Explain how transactions work and why they are useful in ter…
Explain how transactions work and why they are useful in terms of ACID (minimum 50 words). [10 pts] After your explanation, write out the basic syntax using two examples, making up table and field names as needed: demonstrate a transaction that permanently saves all changes [8 pts] Your choice of two INSERTs, an INSERT+UPDATE or two UPDATEs demonstrate a transaction that returns the database back to its pre-transaction state, assuming at least one of the DML operations failed [8 pts] Your choice of two INSERTs, an INSERT+UPDATE or two UPDATEs Feel free to make up table and field names for your CRUD/DML operations as needed.
Read Details