Introduction
The chapter will address the following questions:
- How does a relational database implement entities, attributes, and relationships from a logical data model?
- How do you normalize a logical data model to remove impurities that can make a database unstable, inflexible, and non-scaleable?
- How do you transform a logical data model into a physical, relational database schema?
- How do you generate SQL code to create the database structures in a schema?