September 2011
Intermediate to advanced
696 pages
21h 29m
English
In This Chapter
Using Different Table Types 182
Now that you have a basic understanding of databases, SQL, and MySQL, this chapter begins the process of taking that knowledge deeper. The focus on this chapter, as the title states, is real-world database design. Like the work done in Chapter 4, “Introduction to MySQL,” much of the effort herein requires paper and pen, and serious thinking about what your applications will need to do.
The chapter begins with thorough coverage of database normalization: a vital approach to the design process. After that, the chapter turns to design-related concepts ...