logo

Introduction to Database | Relational Data Structures

   

Added on  2022-07-29

14 Pages1570 Words26 Views
Running head: Introduction to Database
INTRODUCTION TO DATABASE
Name of the Student
Name of the University
Author Note

Introduction to Database1
Table of Contents
1. Relational data structures....................................................................................................2
A relational database schema that translates your relational data structures:............................8
Bibliography:............................................................................................................................13

Introduction to Database2
1. Relational data structures
Employees Entity:
Employees (EmployeeID, EmpName, Phonenumber, departmentID, StoreNumber)
1nf:
When a relation contains multi-valued or composite attribute, it will violate the first
normal form. But employee table does not contain any composite or multi-valued attribute.
2nf:
A relation must be in first 1nf and it must not contain partial dependency. Employee
tables does not contain any partial dependency.
3nf:
There is no transitive dependency for non-prime attributes are present in the employee
table thus, this table is in third normal form.
Department Entity:
Department (DepartmentID, DepartmentName)
1nf:
When a relation contains multi-valued or composite attribute, it will violate the first
normal form. But department table does not contain any composite or multi-valued attribute.
2nf:
A relation must be in first 1nf and it must not contain partial dependency. Department
tables does not contain any partial dependency.
3nf:

Introduction to Database3
There is no transitive dependency for non-prime attributes are present in the
department table thus, this table is in third normal form.
Customer Entity:
Customer (CustomerID, Firstname, lastName, StreetAddress, Town, State, PostCode,
workNumber, HomeNumber)
1nf:
When a relation contains multi-valued or composite attribute, it will violate the first
normal form. But customer table does not contain any composite or multi-valued attribute.
2nf:
A relation must be in first 1nf and it must not contain partial dependency. Customer
tables does not contain any partial dependency.
3nf:
There is no transitive dependency for non-prime attributes are present in the customer
table thus, this table is in third normal form.
Complaint Entity:
Complaint (ComplaintNumber ComplaintDate, ComplaintType, status, EmployeeID,
CustomerID)
1nf:
When a relation contains multi-valued or composite attribute, it will violate the first
normal form. But complaint table does not contain any composite or multi-valued attribute.
2nf:

End of preview

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

Related Documents
Assignment on Database Fundamentals
|4
|666
|51

Entity Relationship Diagram : PDF
|10
|1685
|236

Achieve Scheme Database Analysis and Design
|9
|2172
|56

Enhanced Database Management Strategy for Multinational Tour Operator Agency
|11
|1677
|435

NORMALIZATION IN DATABASE SYSTEM.
|4
|422
|90

Database Design Process for Victoria University Accommodation Department
|15
|1568
|291