logo

Database Management System

To give you practical experience in database modelling, normalization and writing SQL statements to query a relational database

15 Pages2546 Words89 Views
   

Added on  2023-03-21

About This Document

This document provides information on Database Management System including background, requirements, mission statement, DBMS selection, ERD, normalized schema, database schema, foreign key constraints, SQL statements, group report, challenges and solutions, and bibliography.

Database Management System

To give you practical experience in database modelling, normalization and writing SQL statements to query a relational database

   Added on 2023-03-21

ShareRelated Documents
Running Head: DATABASE MANAGEMENT SYSTEM
Title:
Database Management System
Student ID:
Student Name:
Database Management System_1
1
DATABASE MANAGEMENT SYSTEM
Table of Contents
Background.........................................................2
Requirements.....................................................2
Mission statement................................................2
DBMS Selection...................................................2
ERD................................................................3
Normalised Schema..................................................3
Database schema....................................................4
Foreign Key constraints............................................4
SQL Statements.....................................................5
Group report......................................................12
Challenges and solution...........................................12
Bibliography......................................................14
Database Management System_2
2
DATABASE MANAGEMENT SYSTEM
Background
Requirements
The business rules required for the implementation of the
database are described below:
The details of the patrons are to be stored in the system with
the customer number being unique attribute which is to be used
for the reference of the customer data.
The details of the departments are to be stored in the
database.
The names of the stores and their addresses and fax are to be
stored in the system identified uniquely by their store
number.
The details of the products and their prices are to be stored
in the system.
The details of the orders made by the customers in the system
and employees handling the orders are required to be stored in
the system.
Mission statement
The system would be helpful for the organization in
maintaining their data also provide the organization with efficient
data storing options that would be increasing the business
efficiencies of the organization.
DBMS Selection
The Organization has chosen phpmyadmin mysql available on the
xampp server to develop their database that would be supporting
their backend process for the development of the system.
Database Management System_3
3
DATABASE MANAGEMENT SYSTEM
ERD
Normalised Schema
Department (DepartmentNumber (pk), DepartmentName)
Store (StoreNumber (pk), StoreName, Address, Fax)
Employee (EmployeeNumber (pk), LastName, FirstName, StoreNumber
(fk), DepartmentNumber (fk))
Products (ProductNumber (pk), ProductTitle, UnitPrice)
Orders (OrderNumber (pk), OrderQuantity, ProductNumber, OrderDate,
CustomerNumber (fk), EmployeeNumber (fk))
Payroll (PayrollID (pk), EmployeeID (fk), Amount, PaymentDate)
Database Management System_4

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Database Management System
|17
|1391
|112

Entity Relationship Diagram docx
|14
|2468
|15

Analysis & Database Development
|8
|256
|20

Database Management for Business
|33
|3886
|410

Database of Business Rules Entities and Attributes
|20
|2546
|433

Database Design and Management for Sports Direct Limited
|19
|1973
|74