Chapter 7: Understanding Relational Databases
Overview
Just as perhaps we take movie special effects for granted until we see what the state of the art was in previous eras, so we can't fully appreciate the power of relational databases without seeing what preceded them.
Relational databases allow any table to relate to any other table through means of common fields. It is a highly flexible system, and most modern databases are relational.Featured in this chapter:The hierarchical database modelThe network database modelThe relational database modelLearning basic termsTable keys and foreign keysViews