Chapter 2
Protecting Against User Errors and Conflicts
IN THIS CHAPTER
Dealing with human errors: More trouble in paradise
Resolving operational errors
Taking the ACID test
Preventing mix-ups with transactions
Understanding lock types
Getting locks and the recovery system in tune
Using timestamps
After you have done everything you can do to minimize the possibility of problems due to hardware faults and Internet threats (which I discuss in Book 4, Chapter 1), you still have to worry about yet other things that can damage the data in your database or degrade performance.
Several additional potential sources of error exist. Here are a few of the most important:
- The database design could be faulty, leading to modification anomalies or poor performance.
- The database application written ...
Get SQL All-in-One For Dummies, 4th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.