Develop a simple data model for the music you have on your digital music player or in your CD collection. The data model includes three tables: songs, artists, and awards earned by the song.
For each table, what attributes should you capture? What will be the primary key and foreign keys for the tables in your database?
Use a relational database management system to create this database for a dozen or so songs and artists.