You are on page 1of 5

FRONT SHEET

Subject: Final Project

Coursework title: Database Systems

Course Teacher: Tayyaba Farhat

Team Members:

1.

2.

3.

Submission Date: Given in the document.

Number of words used:_________(please insert number of words)

Format

The coursework should be typed in 12-point font, lines spaced at 1½ or double spacing.

Standard cover sheet should be attached. In addition a title page and Marking Scheme for
the coursework (which is given towards the end of this coursework) should be attached.

By submitting this coursework, I certify this to be my own work. I understand that if this is
untrue I will have committed an assessment offence e.g. plagiarism within the College
regulations and that disciplinary proceedings may be brought against me.

Student’s signature: Date:

This form must be used as the front sheet of your coursework


Database Project

Course: Database Systems

Project on Database Applications


Prepared for:

Date:

Prepared by:

Names of Team members

Section:

“This assignment is my own work. The sources of all quotations, both direct and indirect,
have been fully cited; All material used in the preparation of this assignment has been
acknowledged. This assignment has not been submitted for assessment in any other
paper.”

Signed by:

pg. 2
Table of Contents
Introduction 4
[Project Name] case study 4
The Entity Relationship Diagram 4
Schema Map 4
Table Plans 4
SQL (DDL) 4
SQL (DML) 4
SQL Query 4
Conclusion 5
List of tasks assigned. 5
Bibliography 5

pg. 3
Introduction

[Project Name] case study

The Entity Relationship Diagram

Schema Map

Table Plans
Table Name:

Column Data type Length Nulls Key References Other Constraints?


Name Type FK FK Column
Table

SQL (DDL)
Screenshots showing that the tables were created (using DESC)
Screenshots showing that the constraints were created.

All the codes for creating the constraints.

- PK.
- FK.
- Unique
- Check

SQL (DML)
Screenshot showing that the data was inserted.

Each table you have created should include 5 records in the one table and 10-15 records in the many table.

pg. 4
SQL Query
Creating minimum 5 queries and taking screenshots and providing the description for each one.

Conclusion

List of tasks assigned.

Bibliography

pg. 5

You might also like