Create a mysql database using phpmyadmin

Assignment Help Database Management System
Reference no: EM131324075

Database Systems Assignment - Student Enrolment Database

A. Task Description

1. Overview

Your task is to create and test a database in MySQL using PhpMyAdmin. You are provided with a scenario and supporting documents, describing the requirements that Southern Cross University may have for a database to handle their student enrolments. You are provided with the design for such a database and will need to create a relational database to meet the client needs. You will also need to add sample data and create SQL queries to provide results suitable for reporting.

2. Scenario

Southern Cross University provides a variety of Bachelor degrees to students studying internally across campuses at Coffs Harbour, Lismore and the Gold Coast, as well as by distance education. Student enrolments and their progress in units need to be stored in a database. A systems analyst has designed this database (see Entity Relationship Diagram provided). You have been brought into the project to finish creating and testing the database to support SCU needs.

Additional to the ERD, SCU has provided you with some lists and details about what information needs to be stored for enrolment and recording of student results. Some of the data for each of these lists has been provided in the file SCUStudentEnrolment.xlsx, included with this assessment. The client has provided you with as much as they know about the data requirements. As with most client-provided data, much information is duplicated in the sample data (that is, the data is not normalised), and the spreadsheets do not reflect the finished database table design. You will have to decide on and set the data-types and lengths, as well as finish the design of the database.

In addition to storage of information about students, courses (such as Bachelor of IT), units (such as CSC00228), staff and workshops, you must allow for the following:

2.1- Record student enrolment in a course, including enrolment date;

2.2- Record student enrolment in a unit, including the Session and the type of enrolment (internal or external);

2.3- Record student enrolment in a workshop;

2.4- Record student assessment submission, with date submitted and marks given.

B. Assessment Requirements

1. Assignment Report

Using the ERD supplied and the data requirements provided in the Excel file, you must analyse the database needs of the client. You should provide an explanation of your database decisions or data you feel is relevant in your Assignment 2 report. Some suggested headings for the first part of this report:

  • Client Business Rules
  • Assumptions Made
  • Naming Conventions
  • Data types chosen

2. MySQL database

Create a MySQL database using phpMyAdmin. You must name this database as your username followed by A2. For example: rmason10A2.

You will build the required tables, columns, data types and relationships based on your analysis. You are free to add any tables you feel are needed or would enhance the system. You must include, but are not limited to, the client's specific data requirements. You may choose to add additional data columns to store other information about students, teachers, etc if you wish to do so.

3. Test Data

You must provide enough valid data in your database to run the SQL queries below successfully with at least 5-10 resulting rows. In particular, association tables will need to be sufficiently populated to give meaningful test results.

4. Export Script

You must create an export script (.sql) to create a backup of your database, including all database structures, table definitions and data.

5. Proof of Testing

The results of your report queries should be added to your Assignment report. This can be a screen dump of each query result inserted into your report, but MUST be readable. You should paste each query into your report, then the results of that query.

6. SQL Queries:

6.1- Workshop enrolment list

Create a query to display the workshop enrolment lists for all students enrolled in Session 1, 2015. The result should include the session, unit code, unit name, campus location, workshop day & time, tutor name, student number and student name. The result should be sorted by the unit code, campus location, workshop day and time then student last name and first name.

6.2- Workshop count list

Create a query to display the number of students who were enrolled in workshops in all sessions for 2014. The result should include the session, unit code, unit name, campus location, tutor name and the total count of students enrolled. The result should be sorted by the Session, unit code, campus location and workshop day & time.

6.3- Student Transcripts               

Create a query to display the information required for a Student Transcript. The result should include the student number, student name, year, session, unit code, unit name and final grade. The result should be sorted by the student's last name, first name, by year, session and then by unit code.

6.4- Student Assessment Totals               

Create a query to display the total marks for each student's assessments in all sessions for 2014. The result should include the student names, unit code, the sum of marks given for their assessments and the final grade given. It should be sorted by the student's last name and first name, session, and unit code. Note: the final grade is entered by the unit assessor into the database, not calculated automatically from the total.

Attachment:- DataBase Assignment.zip

Reference no: EM131324075

Questions Cloud

Pounds of each type of waste leaves : Suppose you bring 100 pounds of groceries into your home each week. Please estimate how many pounds of each type of waste leaves your home. Does this add up to 100 pounds? Where do the various forms end up?
How one of the psychological traditions helped further : Explain what early thoughts and beliefs existed about what caused mental illness.describe how one of the Psychological Traditions helped further the beliefs about what causes mental illness (Freud's psychoanalytic theory of the unconscious, humanis..
Explain the authenticated and unauthenticated attacks : The team liked the information you provided about authenticated and unauthenticated attacks, but they are still a little confused about the difference between active and passive attacks
What is the information content or signaling hypothesis : What is the Clientele effect? What effect might this have on firm’s payout policy? What is the information content or signaling hypothesis?
Create a mysql database using phpmyadmin : CSC00228 Database Systems Assignment - Student Enrolment Database. Create a MySQL database using phpMyAdmin. You must name this database as your username. You must create an export script (.sql) to create a backup of your database, including all dat..
Construct the ipr curve at the currentaverage pressure : A well is producing from a saturated oilreservoir with an average reservoir pressureof 3000 psig. Stabilized flow test dataindicates that the well is capable of producing400 STB/day at a bottom-holeflowing pressure of 2580 psig.
Identify any arbitrage and explain how it would be captured : Suppose you observe a one-year futures price of $100,- If the futures option call price is quoted at $9.40, identify any arbitrage and explain how it would be captured.
Describe resources that will be needed for supporting system : Describe the resources that will be needed for supporting the system during the startup period. Define ongoing system maintenance roles and responsibilities (Corrective, Adaptive, Protective, Preventive).
Calculate the price of the put described in problem : Using the information in the previous problem, calculate the price of the put described in problem, using the Black model for pricing puts.

Reviews

len1324075

12/23/2016 12:11:16 AM

You will be required to submit your assignment materials both on the Infotech server, and via the MySCU unit site. Your assignment submission should be in the form of a Word document and a SQL script text file. This assignment must be completed individually and must be your own original work. Exchange of ideas with other people can be considered educationally valuable however excessive collaboration will be regarded as plagiarism, which is a University offence. For example, the copying of significant parts of a document (or database) even if subsequently modifiied, is plagiarism. Such academic dishonesty will be penalised in accordance with the University’s rules and regulations. The assessment process may require some students to attend an interview in order to explain aspects of their assignment. You are strongly advised to retain a copy of original work, and progressive versions of your work during the Session. In the event of any uncertainty regarding the submission of assessment items, you may be requested to reproduce a final copy and/or any previous versions of your work.

Write a Review

Database Management System Questions & Answers

  1 give syntax example for each of the following group

1. give syntax example for each of the following group functionsavgsumminmaxcountdistinctstddevvariance2. provide 2

  One of the needs that your client has is a databaseto

one of the needs that your client has is a database.to design a database a database planner should spend a considerable

  Systems administrator for your school

Using the Web, identify the chief information officer, chief information security officer, and systems administrator for your school. Which of these individuals represents the data owner? Data custodian

  Write a sql query to display order id and order date

Write a SQL query to display order ID and order date for all the orders made by customers in the territory of Southwest (use WHERE command to join tables). Use sub-query technique to write a SQL query to display order ID and order date for all the..

  Create an erd that represents the entities

Create an ERD that represents the entities, attributes, the relationships between entities, and the cardinality and optionality of each relationship that are described by this business rule

  Draw context diagram data flow diagram for system described

Draw a context diagram data flow diagram for the system described above. The format should be similar to the context diagram in figure 5-13 of your textbook.

  Does the reason for leaving the company

What is your recommendation for this policy and process? Does the reason for leaving the company affect the recommendation? Why or why not? Be specific and explain your reasoning.

  In the response to this forum note that you have

in the response to this forum note that you have successfully installed the product and what you experienced in the

  Create the employee salaries worksheet

Worksheet 1 - Employee Salaries - You will create the Employee Salaries worksheet with the following columns

  What industry has databases made possible

Explain the impact of databases on businesses. What industry has databases made possible? Give examples of database supported business applications or technology.

  Characteristics of database

Describe the database and describe the four characteristics of the database? Explain the Relational Database and generate a relational database for five employees.

  What are some reasons for studying file systems

What are the advantages of having the DBMS between the end user's applications and the database?

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