https://github.com/deepankaracharyya/database_systems_term_project
Database Systems Term Project
https://github.com/deepankaracharyya/database_systems_term_project
database databaseconnection mysql-database php
Last synced: 25 days ago
JSON representation
Database Systems Term Project
- Host: GitHub
- URL: https://github.com/deepankaracharyya/database_systems_term_project
- Owner: DeepankarAcharyya
- Created: 2019-10-29T06:18:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-28T22:07:43.000Z (over 6 years ago)
- Last Synced: 2025-06-08T14:42:43.305Z (12 months ago)
- Topics: database, databaseconnection, mysql-database, php
- Language: HTML
- Homepage:
- Size: 6.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Database_Systems_Term_Project
## Assignment I:
1. Define the problem completely including any additional assumption, if necessary (the problem contain only a brief description)
2. Design an ER or EER (whichever is suitable) model for the problem mentioned against your roll numbers.
3. Covert the ER/EER model to a Relational model from this ER/EER model. Identify the Functional dependencies and specify the highest normal form for each relation schema.
The final project report should contain (at least) the following:
> * Introduction and Problem Definition
> * ER/EER model
> * Relational Model
## Assignment II:
Develop a database application using PHP and Oracle/MySql for the problem assigned in Assignment.The final project report should contain (at least) the following:
> * SQL commands used for creating the database
> * Description of different modules of the system
> * Snapshots of input/output forms and reports
# Topic:
*A database application to keep information about a cricket match.
Information should be stored in such a way that the full score card can be
produced. Information of each individual player, i.e. total wicket/runs,
average, total number of match played etc., should be updated after each
ball.*
### Group Members:
> * [Deepankar Acharyyya](https://github.com/DeepankarAcharyya)
> * [Pariksit Saikia](https://github.com/parikshitsaikia1619)