September 2015
Beginner
288 pages
5h 39m
English
In this lesson, you’ll learn what transactions are and how to use COMMIT and ROLLBACK statements to manage transaction processing.
Transaction processing is used to maintain database integrity by ensuring that batches of Oracle SQL operations execute completely or not at all.
As explained back in Lesson 15, “Joining Tables,” relational databases are designed so data is stored in multiple tables to facilitate easier data manipulation, management, and reuse. Without going in to the hows and whys of relational database design, take it as a given that well-designed database schemas are relational to some degree.
The orders tables you’ve been using in prior lessons are ...
Read now
Unlock full access