Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 10

SPORTS SCHOOL

DATABASE MANAGEMENT SYSTEM

SECTION-C
181FA04147
181FA04172
181FA04450
INTRODUCTION OF DBMS

 DATA means known facts that can be recorded and


that have implicit meaning where as
 DATA BASE is a large collection of related data that
can be stored, so
 DATABASE MANAGEMENT SYSTEM is a
collection of programs for defining , creating,
manipulating and maintaining a database.
 Defining a database involves specifying the data types ,
structures and constraints for the data to be stored in
database.
OBJECTIVE

 Sports include all forms of competitive physical activity


or games which through casual or organised
participation maintain or improve physical ability or skills
while providing enjoyment to participants.
 sports school management system consists of players,
coaches , teams.
 We have chosen sports school management system as
our minor project as the strength of students is
increasing day to day and they are not able to maintain
properly, so through our project we are planning to
change this system.
PRESENT SYSTEM
 In the existing system , most of the schools
maintain databases but takes many inputs to
retrive the details of student.
 Students can not access the database to
check their yearly performance.
 It is a time consuming process i.e it takes lot
of time to search details.
DISADVANTAGES

 By using records it will be difficult to


search details of particular student.
 Records may be spoiled during fire
accidents .
 It is time consuming process.
 any body can see through our
records
ADVANTAGES

So to over come the disadvantages of


present system , we have designed a database
for sports school management system .....
 By using database we can search details of the students
quickly .
 Data of the students will be safe from other users.
 Data base has authorised access i.e all the users can’t do
all operations.
 By this system relation between association and schools
will be improved.
SYSTEM REQUIREMENTS

Soft ware Hard ware

 OS  computer
 MY SQL work bench  RAM
 HTML/JAVA script  ROM
DESCRIPTION OF ER MODEL

 ENTITIES :
 COACH
 TEAM
 PLAYERS
 ATTRIBUTES :
 COACH : Coach id , name , experience
 TEAM : Team id , Name , Gender , Position
 PLAYERS : Player id , Name , Position , Weight
 RELATION SHIPS :
 COACH works for TEAM
 PLAYERS plays for TEAM
 COACH coaches PLAYERS
IDENTIFICATION OF ER MODEL

 ENTITIES are enclosed in rectangular boxes.


 ATTRIBUTES are enclosed in ovals.
Types: simple – oval
multi valued - double oval
derived – dotted oval
 RELATIONSHIPS are enclosed in rhombus.
cardinality: 1:1 ratio
1:n ratio
n:1 ratio
m:n ratio

You might also like