Database Final Project Report
Database Final Project Report
PROJECT ON CSE3110
Submitted To:
1. Md. Masum Al Mesba
Assistant Professor
Assistant Professor
Submitted by:
MD. Mehedi hasan Emon
Roll:1807072
Database Structure
The database consists of seven tables and they are customer details table, sim
table, package table, call cost table, operators table, call record table, user
package table.
Customer details table have one to many relationship with sim table. Operators
table have one to many relationship with sim table. Operators table have one to
one relationship with call cost table. Again operators have one to many
relationship with call record table. Then sim have one to many relationship with
call record table. And last package have many to many relationship with sim table.
ER Diagram:
Schema Diagram:
Functionality
Some main functionality of this database project are given bellow.
1. Here one PL/SQL block that when a user buy a sim if it matches
with certain sim company and the sim cost in some range then he
will get some discount. And the discount amount will depend on
the cost amount.
2. By this procedure a user can input data into a certain table:
3. Here is one Trigger it will automatically called when we insert data into the
table.
4. Here a PL/SQL block that will return call record operators name ,
call record duration and it will sort it by system current date.
1) Designing tables is the most important step and must be done early in the
project.
2) Building a database and web application from scratch is often easier than
revising anexisting database and application – which is why initial design is so
important and wasstressed throughout the course!
Discussion & Conclusion
The project was a learning experience for us and allowed us to improve upon our
SQL skills. From this we learn about database management system, sql query,
function procedure, trigger, cursor etc that help us for future database
development .We developed a database system for managing phone book.
Reference
https://www.w3schools.com/sql/