Perform Multiple Steps in One with SQL Transactions

InstructorTyler Clark

Share this video with your friends

Send Tweet

Transactions are a fundamental concept within all database systems. When a series of actions need to be done at once or not at all, transactions are how we accomplish this. In this lesson, we'll review how actions are performed, saved, and rollbacked within transactions as well. Some keywords used will be: start transaction, begin, commit, savepoint, rollback