Google

Thursday, September 18, 2008

Keys and Transactions

As you may already know, databases use tables to organize information. Each table consists of a number of rows, each of which corresponds to a single database record. So, how do databases keep all of these records straight? It’s through the use of keys.

* Database Keys

* Choosing a Primary Key

* Database Transactions

* ACID Model: Atomicity, Consistency, Isolation and Durability

No comments: