You are on page 1of 2

E-HUB

TEAM-8
N. SAKETH CHARAN
K. BHARATH
Y. REVANTH
SAMPATH RAVINANDHAN REDDY

ABSTRACT:
Now-a-days the data is more precious in any field. In olden days information is stored in a
piece of paper but when we use paper, we face many difficulties they are it takes more space
to store papers and very difficult to search for a person and for update also so to overcome
this problem the DBMS is a correct platform. Every company follows the basic step is
collecting the data of the employee. The Arranging the data which are required in format is
another important step.
Database management system is a system is a computer software program that is designed as
the means of managing all databases that are currently installed on a system hard drive or
network. Different types of database management systems exist, with some of them designed
for the oversight and proper control of databases that are configured for specific purposes.
Here are some examples of the various incarnations of DBMS technology that are currently
in use, and some of the basic elements that are part of DBMS software applications.
INTRODUCTION ON DBMS:
A Database Management System (DBMS) is a set of computer programs that controls the
creation, maintenance, and the use of a database. It allows organizations to place control of
database development in the hands of database administrators (DBAs) and other specialists.
A DBMS is a system software package that helps the use of integrated collection of data
records and files known as databases. It allows different user application programs to easily
access the same database. DBMSs may use any of a variety of database models, such as the
network model or relational model. In large systems, a DBMS allows users and other
software to store and retrieve data in a structured way.fig 1.1 Instead of having to write
computer programs to extract information, user can ask simple questions in a query language.
Thus, many DBMS packages provide Fourth-generation programming language (4GLs) and
other application development features. It helps to specify the logical organization for a
database and access and use the information within a database. It provides facilities for
controlling data access, enforcing data integrity, managing concurrency, and restoring the
database from backups. A DBMS also provides the ability to logically present database
information to users.
HISTORY OF DBMS/TIMELINE OF DBMS:
1960s---- 2 models are famous 1) Network model (CODASYL) 2) Hierarchical model (IMS)
IBM used this to help American Airlines for manage the reservations.
1974--- 2 major Relational Database system prototypes where created.
1976--- ER-MODEL proposed by P. Chen.
1980s--- SQL Came into use.
1990s--- ODBMS created.
2000s--- Many companies started their own data bases

Our project is about E-Hub where we have to create a software to client where he able to
retrieve, update, insert, delete or accessing of data of his company. We can’t complete this
project by using DBMS alone we have to make use of Java to implement. Here we follow
these steps to complete our project.
1. introduction on E-HUB
2. Flow chart of our project.
3. collection of data.
4. Categorizing the data.
5. Arranging of data.
6. Drawing the ER-MODEL of the project using data.
7. Reducing the ER-MODEL to relational schema.
8. Making Blue-print of schema according to the data.
9. Starting work on the SQL platforms to create schema
10. Creating tables according to the relations.
11. Adding constraint if required.
12. Inserting the data into schema.
13. Finding Errors
14. If any errors found correction of errors.
15. description of project.
16. Conclusion
By following these steps we can complete our project if we can know new things we can
change the steps according to those steps.

You might also like