0% found this document useful (0 votes)
22 views7 pages

Endterm Requirement

The document outlines requirements for a student database implementation project including: 1) Students will create a functional MySQL database that performs CRUD operations and generates queries and reports. 2) The database must include joined tables, derived attributes from calculations on columns, and historical data queried by date. 3) Students must submit documentation for their database design in a folder by December 8th, with late submissions receiving deductions.

Uploaded by

Lace Cabato
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views7 pages

Endterm Requirement

The document outlines requirements for a student database implementation project including: 1) Students will create a functional MySQL database that performs CRUD operations and generates queries and reports. 2) The database must include joined tables, derived attributes from calculations on columns, and historical data queried by date. 3) Students must submit documentation for their database design in a folder by December 8th, with late submissions receiving deductions.

Uploaded by

Lace Cabato
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Project

https://documentation.softwareag.com/adabas/ada744mfr/adamf/pdf/dbatasks/dba
dbdoc.pdf

https://dataedo.com/samples/html2/Tickit/#/doc/d16/tickit
Group

Group yourselves by 3s:


Title: Database Implementation Phase
Description: The students will create the functional database in mySQL. The system can perform
the CRUD (CREATE, READ, UPDATE and DELETE)operations, generate queries and print reports.
Database Requirements
● Joined tables
● Derived attribute (ex: price*quantity=total)
● Historical data (can be queried by date).
Your database design documentation will be submitted in a short clear folder at the end of the
term.
Deadline week of December 8
Late submission will have deductions
Business Rules

Descriptions of policies, procedures, or principles within a specific


organization
Apply to any organization that stores and uses data to generate information

Business rules are implemented as triggers in relational databases. The


rule expresses a policy that how organization carries out a task.
Business rules represent information about real world and database is
collection of related information.

Research for the company that you would like to create a database for. Business rules
should be clear and concise and written in a paragraph form.
Relationship Diagram

Create a relational Diagram of your tables

An Entity Relationship (ER) Diagram is a type of


flowchart that illustrates how “entities” such as people,
objects or concepts relate to each other within a system.
Data Dictionary

Group yourselves by 3s:

Title: Database Implementation Phase

Description: The students will create the functional database in mySQL. The system can perform the
CRUD (CREATE, READ, UPDATE and DELETE)

operations, generate queries and print reports.


Normalized Tables (3NF)

Group yourselves by 3s:

Title: Database Implementation Phase

Description: The students will create the functional database in mySQL. The system can perform the
CRUD (CREATE, READ, UPDATE and DELETE)

operations, generate queries and print reports.


Submit proper documentation for your project

Submit in a clear folder

You might also like