Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The Project In this project, you will create populate (that is, add data to), and query a database in the IBM DB2 RDBMS at EECS's

image text in transcribed

The Project In this project, you will create populate (that is, add data to), and query a database in the IBM DB2 RDBMS at EECS's DB2 server. Thus, you are to 1. create the relational schema (the tables) based upon an ER design which we are providing. 2. populate the tables with some example data, and then 3. write and execute an SQL query that demonstrates the viability of your schema. Step one is to create the tables. You must follow the rules for translating entities and relationship as described in the textbook and shown in class. There is not much room for flexibility here. In step two, you will populate your tables with some data about the rock group called "Led Zeppelin." While the band existed before most of you were born, they are a band with whom everyone should become acquainted! You can pull data from the Wikipedia page devoted to the band: Led Zeppelin Wikipedia. As for their albums and songs, you must include information about at least their first album, also named "Led Zeppelin". (You may include data from other albums of theirs, of course, as you wish.) Wikipedia lists only chart rankings for the albums, unfortunately, and not for individual songs. One song from that album, however, Good Times Bad Times," was released as a single. Thus chart information for this song/ single is available. Values for some attributes are not available in Wikipedia (such as homepages of the artists). You should leave these blank then (in the relationally appropriate way). For step three, once you have all the relevant information in your tables, you should compose the following query in SQL and run it against your database: List all songs that ranked in top 100 of any chart together with the orchestra that accompanied the band." The Project In this project, you will create populate (that is, add data to), and query a database in the IBM DB2 RDBMS at EECS's DB2 server. Thus, you are to 1. create the relational schema (the tables) based upon an ER design which we are providing. 2. populate the tables with some example data, and then 3. write and execute an SQL query that demonstrates the viability of your schema. Step one is to create the tables. You must follow the rules for translating entities and relationship as described in the textbook and shown in class. There is not much room for flexibility here. In step two, you will populate your tables with some data about the rock group called "Led Zeppelin." While the band existed before most of you were born, they are a band with whom everyone should become acquainted! You can pull data from the Wikipedia page devoted to the band: Led Zeppelin Wikipedia. As for their albums and songs, you must include information about at least their first album, also named "Led Zeppelin". (You may include data from other albums of theirs, of course, as you wish.) Wikipedia lists only chart rankings for the albums, unfortunately, and not for individual songs. One song from that album, however, Good Times Bad Times," was released as a single. Thus chart information for this song/ single is available. Values for some attributes are not available in Wikipedia (such as homepages of the artists). You should leave these blank then (in the relationally appropriate way). For step three, once you have all the relevant information in your tables, you should compose the following query in SQL and run it against your database: List all songs that ranked in top 100 of any chart together with the orchestra that accompanied the band

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Intelligent Information And Database Systems 12th Asian Conference ACIIDS 2020 Phuket Thailand March 23 26 2020 Proceedings

Authors: Pawel Sitek ,Marcin Pietranik ,Marek Krotkiewicz ,Chutimet Srinilta

1st Edition

9811533792, 978-9811533792

More Books

Students also viewed these Databases questions

Question

Where does the optic nerve start and where does it end?

Answered: 1 week ago