Screen shot (JPG or PNG) of data in the Track table Screen shot (JPG or PNG) of all the data joined up sorted in ascending order by the album title Screen shot (JPG or PNG) of all of the genres for a particular artist. Hint - use JOIN, DISTINCT and WHERE
Screen shot (JPG or PNG) of data in the Track table Screen shot (JPG or PNG) of all the data joined up sorted in ascending order by the album title Screen shot (JPG or PNG) of all of the genres for a particular artist. Hint - use JOIN, DISTINCT and WHERE
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question
Question: Building a Multi-Table DB with Relationships
In this assignment, you will build a copy of the "Music"
Then you must construct and run some queries on your data and then take screen shots of those queries and submit the screen shots as your assignment.
![Sample Screen Shots
phpMyAdmin
de
(Recent tables)...
New
imported
information_schema
6-
misc
mijs
mmo
mmorps
moodle
Music
New
Album
Artist
Genre
Track
mysql
People
performance_schema
pr4e
Frest
rest demo
sakai10
sakai11
tsugi
由izap
phpMyAdmin
公园日 3
(Recent tables)...
New
imported
information_schema.
misc
mijs
mmorps
moodle
Music
New
Album
Artist
Genre
Son
Track
mysql
People
performance_schema
pr4e
rest
rest demo
sakai10
sakai11
tsugi
zap
#
Table: Track
+ Server: localhost:8889» Database: Music »
Browse Structure SQL O Search Insert Export Import
✔Showing rows 0-3 (4 total, Query took 0.0003 sec)
SELECT FROM "Track
Number of rows: 25 #
Sort by key: None
+ Options
SET FOR TOMTO nutink
+ Options
name
name
Led Zepplin Rock
T→
O EditCopy X Delete
EditCopy X Delete
Copy X Delete
Copy X Delete
Edit
Edit
to Check All
0
O
Number of rows: 25
Artist.name = 'Led Zepplin'
+ Options
Number of rows: 25 +
+
title
About to Rock
Who Made Who
Black Dog
Stairway
+
With selected:
Number of rows: 25 +
track_id
Profiling [Inline ] [ Edit ] [ Explain SQL ] [ Create PHP Code ] [ Refresh ]
-Query results operations
Print view Print view (with full texts) Export Display chart Create view
title
1 Black Dog
2 Stairway
3 About to Rock
4 Who Made Who
Change X Delete
Showing rows 0 - 0 (1 total, Query took 0.0004 sec)
Server: localhost:8889 » Database: Music »
Table: Track
Browse Structure SQL Search Insert Export Import ✓ More
title
name
AC/DC
AC/DC
Who Made Who
Who Made Who
Led Zepplin IV
Led Zepplin IV
len rating count album_id
297
482
313
207
Export
Show query box
Current selection does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features
are not available.
✓ Showing rows 0-3 (4 total, Query took 0.0004 sec)
select Track.title, Artist.name, Album.title, Genre.name from Track join Genre join Album join Artist on
Track.genre_id = Genre.genre_id and Track.album_id= Album.album_id and Album.artist_id = Artist.artist_id
Profiling [Inline ] [ Edit ] [ Explain SQL ] [ Create PHP Code ] [ Refresh ]
name
Metal
Metal
Rock
Rock
5
5
5
5
Number of rows:
25 +
-Query results operations
Print view Print view (with full texts) Export Display chartCreate view
Server: localhost:8889 »
Database: Music » Table: Track
Browse Structure SQL Search Insert Export Import ✓ More
0
0
0
0
More
Show query box
Current selection does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete
features are not available.
Number of rows: 25 +
-Query results operations
Print view Print view (with full texts) Export Display chart
Canna nama PDOK SAL TOTH Alhum TOTE CARna ТАТМ
2
2
1
1
genre_id
Create view
1
1
2
2
Antint 111 m.album_id
HERE
Profiling [Inline ] [ Edit ] [ Explain SQL ] [ Create PHP Code ] [ Refresh ]
Ā](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2F5915e225-7260-4e29-b3a4-94bc502c1b17%2F2b3c5d90-86ad-4d6a-957c-3bd8c00dc8dd%2F8sokg2_processed.jpeg&w=3840&q=75)
Transcribed Image Text:Sample Screen Shots
phpMyAdmin
de
(Recent tables)...
New
imported
information_schema
6-
misc
mijs
mmo
mmorps
moodle
Music
New
Album
Artist
Genre
Track
mysql
People
performance_schema
pr4e
Frest
rest demo
sakai10
sakai11
tsugi
由izap
phpMyAdmin
公园日 3
(Recent tables)...
New
imported
information_schema.
misc
mijs
mmorps
moodle
Music
New
Album
Artist
Genre
Son
Track
mysql
People
performance_schema
pr4e
rest
rest demo
sakai10
sakai11
tsugi
zap
#
Table: Track
+ Server: localhost:8889» Database: Music »
Browse Structure SQL O Search Insert Export Import
✔Showing rows 0-3 (4 total, Query took 0.0003 sec)
SELECT FROM "Track
Number of rows: 25 #
Sort by key: None
+ Options
SET FOR TOMTO nutink
+ Options
name
name
Led Zepplin Rock
T→
O EditCopy X Delete
EditCopy X Delete
Copy X Delete
Copy X Delete
Edit
Edit
to Check All
0
O
Number of rows: 25
Artist.name = 'Led Zepplin'
+ Options
Number of rows: 25 +
+
title
About to Rock
Who Made Who
Black Dog
Stairway
+
With selected:
Number of rows: 25 +
track_id
Profiling [Inline ] [ Edit ] [ Explain SQL ] [ Create PHP Code ] [ Refresh ]
-Query results operations
Print view Print view (with full texts) Export Display chart Create view
title
1 Black Dog
2 Stairway
3 About to Rock
4 Who Made Who
Change X Delete
Showing rows 0 - 0 (1 total, Query took 0.0004 sec)
Server: localhost:8889 » Database: Music »
Table: Track
Browse Structure SQL Search Insert Export Import ✓ More
title
name
AC/DC
AC/DC
Who Made Who
Who Made Who
Led Zepplin IV
Led Zepplin IV
len rating count album_id
297
482
313
207
Export
Show query box
Current selection does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features
are not available.
✓ Showing rows 0-3 (4 total, Query took 0.0004 sec)
select Track.title, Artist.name, Album.title, Genre.name from Track join Genre join Album join Artist on
Track.genre_id = Genre.genre_id and Track.album_id= Album.album_id and Album.artist_id = Artist.artist_id
Profiling [Inline ] [ Edit ] [ Explain SQL ] [ Create PHP Code ] [ Refresh ]
name
Metal
Metal
Rock
Rock
5
5
5
5
Number of rows:
25 +
-Query results operations
Print view Print view (with full texts) Export Display chartCreate view
Server: localhost:8889 »
Database: Music » Table: Track
Browse Structure SQL Search Insert Export Import ✓ More
0
0
0
0
More
Show query box
Current selection does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete
features are not available.
Number of rows: 25 +
-Query results operations
Print view Print view (with full texts) Export Display chart
Canna nama PDOK SAL TOTH Alhum TOTE CARna ТАТМ
2
2
1
1
genre_id
Create view
1
1
2
2
Antint 111 m.album_id
HERE
Profiling [Inline ] [ Edit ] [ Explain SQL ] [ Create PHP Code ] [ Refresh ]
Ā

Transcribed Image Text:Question: Building a Multi-Table DB with Relationships
In this assignment, you will build a copy of the "Music" database covered in
lecture. You will populate your database with tracks, artists, albums and
genres that are different from the ones used in class. You must include three
artists, five albums, and 20 tracks in your data. Choose a genre for each
track. Your tables need to normalized as described in class.
Then you must construct and run some queries on your data and then take
screen shots of those queries and submit the screen shots as your
assignment.
Artist
artist_id
name
Album
album_id
title
artist_id
Genre
genre_id
name
Track
track_id
title
rating
len
count
album_id
genre_id
What to Hand in
For this assignment you will hand in:
1. Screen shot (JPG or PNG) of data in the Track table
2. Screen shot (JPG or PNG) of all the data joined up sorted in
ascending order by the album title
3. Screen shot (JPG or PNG) of all of the genres for a particular artist.
Hint - use JOIN, DISTINCT and WHERE
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 3 images

Recommended textbooks for you

Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education

Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY