Entity Relationship Modeling Examples
Earlier in this chapter, we showed you how to design a database
and understand an Entity Relationship (ER) diagram. This section
explains the requirements for our three example databases—music, university, and flight—and shows you their Entity
Relationship diagrams:
The
musicdatabase is designed to store details of a music collection, including the albums in the collection, the artists who made them, the tracks on the albums, and when each track was last played.The
universitydatabase captures the details of students, courses, and grades for a university.The
flightdatabase stores an airline timetable of flight routes, times, and the plane types.
The next section explains these databases, each with
its ER diagram and an explanation of the motivation for its design.
You’ll find that understanding the ER diagrams and the explanations of
the database designs is sufficient to work with the material in this
chapter. We’ll show you how to create the music database on your MySQL server in Chapter 5.
The Music Database
The music database stores
details of a personal music library, and could be used to manage
your MP3, CD, or vinyl collection. Because this database is for a personal collection, it’s relatively simple and stores only the relationships between artists, albums, and tracks. It ignores the requirements of many music genres, making it most useful for storing popular music and less useful for storing jazz or classical music. (We discuss some ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access