List all details of all the records in the customers table

Assignment Help Database Management System
Reference no: EM131391254

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

Reference no: EM131391254

Questions Cloud

Find the period of the motion : The motion of a particle is described by the equation x 5=5 sin 2t + 4 cos 2t, where x is expressed in meters and t in seconds.
Research a common musculoskeletal sport injury : Research a common musculoskeletal sport injury. What is the cause, signs and symptoms, treatment, and prevention? Identify any patient education for injury prevention. Write two paragraphs and bring to class for discussion.
Find the largest allowable amplitude of the motion : Knowing that the coefficient of static friction is µs = 0.40 between the package and the table, determine the largest allowable amplitude of the motion if the package is not to slip on the table. Give the answers in both SI and U.S. customary unit..
Ms project familiarization : MS Project Familiarization Prior to completing the assignment, be sure to review the selected MS Project tutorial videos located in Week 2 of the Blackboard online course.
List all details of all the records in the customers table : ITECH 1006- List all details of all the records in the customers table, sorted by postcode in descending order. List all the titles of all the items in inventory with their supplier's name, email, phone number and postcode.
Should all employees be trained at once : There are several standardized training events in large organizations that are required annually or biannually. One of these is often sexual harassment. For this assignment, write a training plan for all employees in your firm to educate and devel..
Patient records accuracy and completeness : What measures are currently can be used to maximize accuracy and completeness of medical, drug and prescription records? What are the detriments of inaccurate and incomplete patient records?
How do people become infected with pinworms : How do people become infected with pinworms? How do they acquire an Ascaris infection?
What are the more important worm infestations : What are the more important worm infestations? What are their manifestations?

Reviews

Write a Review

Database Management System Questions & Answers

  Draw an fdd that shows the personal trainers main functions

Draw an FDD that shows the Personal Trainer's main functions. Also draw a use case dia-gram that represents the interaction between a user and the proposed TIMS system.

  Discussion about database applications

Discussion about Database Applications.

  Concept of entity in a process

Question 1: Use an example to explain what is an entity in a process? What is an attribute? Question 2: Define a measure that can be used to judge a code's quality. Name one situation you could use this measure. Question 3: Name the situation one has..

  Create a view named v_worker showing the student number

Create a view called v_no_points with all the columns of the assignment table except the points column.

  Develop an activity diagram for the scenario

In each task, please feel free to make any assumption necessary for the readers. The explanation of your assumptions can help the readers to understand what you have considered differently but as important criteria in producing your model.

  Delete a particular student name and mark

delete a particular student name and mark

  Provides erp solutions for mid-size business organizations

Oracle provides ERP solutions for mid-size business organizations. For this assignment, you are to write a research report on these ERP solutions. Your report should include a description of Oracle key ERP systems.

  The data mining techniques

Evaluate the data. Select the data mining techniques that could be used. Interpret and translate the mining results into an actionable business strategy.

  Correct the database and fix the view

How can this be corrected?

  Provide a summary of normalizing database tables

Suppose that you are the database developer for a local college. The Chief Information Officer (CIO) has asked you to provide a summary of normalizing database tables that the IT staff will use in the upcoming training session. Describe the steps ..

  Find the eids of employees who make the highest salary

Find the eids of employees who make the highest salary. Find the eids of employees who make the second highest salary.

  Write a query to display unique listing of number of job ids

Write a query to display a unique listing of the number of job id's. Determine the number of job id's without listing them. Label the column Number of Jobs.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd