Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Relational Database ACID Transactions - Explained by Example
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is a Transaction?
- 3 Atomicity
- 4 Isolation *
- 5 Isolation - Read phenomena *
- 6 Dirty Reads
- 7 Non-repeatable Read
- 8 Phantom read
- 9 Isolation Levels*2
- 10 Read uncommitted
- 11 Read committed
- 12 Non-repeatable Read
- 13 Serializability
- 14 Isolation Levels vs Read phenomena Table
- 15 Consistency
- 16 Consistency in Data
- 17 Consistency in Reads
- 18 Eventual Consistency
- 19 Durability