Itech 1006- list all details of all the records in the


Assignment: Database Management Systems

Overview

For this assignment you will implement and query a database from a supplied ER Diagram and Schema. You will be required to write the SQL statements to create the database structures, to fill the database with data and to run queries on the data.

Timelines and Expectations

Learning Outcomes Assessed

The following course learning outcomes are assessed by completing this assessment:

• A1.design and implement a relational database using a database management system
• A2.utilise a query language tools and techniques to obtain data and information from a database
• K5. describe relational algebra and its relationship to Structured Query Language (SQL)
• S1.interpret entity-relationship diagrams to implement a relational database
• S2.demonstrate skills in designing and building a database application using a commercially available database management system development tool
• S3.use a query language for data manipulation

Assessment Details

BHE Holdings has provided you with a standard solution for the conceptual data model (the ER diagram). You have been commissioned to continue your role (in your capacity as a Database Management System consultant) and to write the SQL statements to create the database and its tables, add data, and provide answer to some of their everyday queries. The database should be created based on the ER diagram provided at the end of this document. Some sample data are also provided to be used for inserting data to tables. You are required to insert sufficient data to test the reports given below.

To implement the database

1. Translate the ER diagram provided into a relational schema using the correct notations and standards for this course. It should include:

a. Table names
b. Attribute names and field types (as required by XAMPP)
c. Primary and foreign keys identified

2. Create a text file called nnnn_create.sql (where nnnn is your student number). The file should include:

a. The SQL statements to create a database called BHE_Holdings_nnnn.txt (where nnnn is your student ID)
b. The SQL statements to create the tables and the relationships between them.

3. Create a text file called nnnn_insert.txt (where nnnn is your student number). The file should include:

a. The SQL statements to load sufficient data into each table you have created to test the queries given below. Sample data has been provided, but you will need to include further data test the requirements. You should add at least one record to the existing test data for each table.

b. You are required to include your name as one of the customers (you don't have to have your address if you don't want to), but you MUST have your name and give your student id as the phone number.

4. Create a text file called nnnn_query.txt (where nnnn is your student number). The file should include the SQL statements necessary to display the following reports:

a. List all details of all the records in the customers table, sorted by postcode in descending order.

b. List all the titles of all the items in inventory with their supplier's name, email, phone number and postcode.

c. List all the actors who are deceased. Print their name as ONE column with a suitable heading, their date of birth and their date of death.

d. List all of the inventory by genre. Display the title and the genre of each.

e. List all the movies in the shop in alphabetical order. Include movie name, genre, classification, star rating and director name.

f. List all genres that have no titles.

g. Delete the all customers from Beaufort.

h. Change customer Mary Spring's name to Mary O'Sullivan.

i. List all the movie titles with their cast and their director. Print the name of the actors and the directors in one column for each with an appropriate title.

j. Insert a game with the title "Faraway Stars" (genre scifi) published by Moonstruck Games in 2016. The company is located at 1020 Oak Dr, Longwood, 3546, email [email protected], phone 4561327895, and contact is Jessie Fandango. The wholesale price is $38 and the mark up is 40%. The shop has 13 in stock and there is no discount applicable to this item.

k. List all the inventory with its title, its quantity on hand and its sales price (wholesale plus markup).

l. List every item in inventory with its title, genre and whether it is a game or a movie.

Your documentation should include:

1. A title page clearly stating your name and student ID and your tutor's name.

2. A copy of the relational schema you have developed from the ER diagram provided.

3. A copy of the three files you are required to create included in the document (ie nnnn_create.txt, nnnn_insert.txt and nnnn_query.txt).

4. Full APA referencing of any resources you have used to complete your submission

You should submit the following:

1. The documentation file described above EITHER as a MS word file or a PDF. If you are using a mac, please submit in a PDF so I can be sure of opening it.

2. The nnnn_create.txt file (where nnnn is your student number).

3. The nnnn_insert.txt file (where nnnn is your student number).

4. The nnnn_query.txt file (where nnnn is your student number).

Please note that the SQL files must be either .txt or .sql because I will be running them. If they are in a word or pdf file there will be extra characters that will prevent the files from running without errors and THIS WILL COST YOU MARKS!

The assignment is to be submitted via the Assignment 2 submission box in Moodle. This can be found in the Assessments section of the course Moodle shell.

Feedback

Feedback will be provided via the marked rubric with comments handed out in the tutorial 2 weeks after the submission date. The marks will also be available on FDL Marks at this time.

Attachment:- Assignment.pdf

Solution Preview :

Prepared by a verified Expert
Database Management System: Itech 1006- list all details of all the records in the
Reference No:- TGS02187901

Now Priced at $80 (50% Discount)

Recommended (99%)

Rated (4.3/5)