Inter College
Inter College
Contents
3. Analysis
b. Entity-Relationship Diagram
b. Data structure
d. Testing process
e. Report generation
Time consuming
Delay in service
Difficulty in maintaining large records
3- Analysis
Synopsis
ANALYSIS
DFD :
DFD ON “ENQUIRY”-
Student
Fee details
Courses
Database
DFD ON “REGISTRATION”-
Student
Database
Student
Fee details
Attendance
Student
database
Synopsis
DFD FOR “FEES DETAILS”-
Student
Additional fees
Fees database
Staff
Book
Return book
Library
database
Staff
Class details
Salary details
Staff
database
Synopsis
E-R-DIAGRAM:
The E-R-Diagram was originally proposed by Peter for the design of the
relation data base system. components is identified for the ERD ; data
objects , attributes , relationships and various types of indicators .
The primary purpose of the E-R-D is to The E-R Diagram was
originally proposed by Peter Chen for the design of Relational
Database System . The E-R model is extremely useful in mapping
the meaning and interactions of real world enterprise .
The primary purpose of the E-R-Diagram is to represent data object and their
relation ship.
Table (Entity):
Student
Enquiry
Registration
Fee submission
Staff
Library
Relationship:
S-
S-ID
Amoun M Rege
S-Name 1 SchoolName
t
Student
d S-ID Program
T-ID
Program
fee Submit
Student
Relationship between Student andby
Fee submission
T-ID
T-Name E-
Name
Relationship between Student and Progress Report
Teacher/Staff Employe School Give Enquiry
d detai
ls
B-Name
B-ID
Synopsis
M M
M M M M
M 1 1 M
M 1 1 M
Library
a) Students:
With the help of this module we can view, delete and update the
Record of students.
b) fees:
With the help of this module we can submit, view, and update fee
Status.
c) Library:
With the help of this module we can issue and submit books.
d) Staff:
With the help of this module we can entry the new staff’s name and
Update the current staff records.
e) Enquiry:
With the help of this module we can retrieve the information about
Enquiry.
f) registration:
With the help of this module we can retrieve the information about
Registration..
DATA STRUCTURE
Table –STUDENT
Synopsis
Table – LIBRARY
Name of field Data type Data size constraints
L_id integer 15 Primary key
L_Name string 30 Not null
L_Incharge string 15 Not nul
L_location string 30 Not null
L_Ph string 10 Not null
Table – STAFF
Name of field Data type Data size constraints
S_id integer 15 Primary key
S_Name string 20 Not null
S_Address string 50 Not null
S_Salary string 10 Not null
S_JD string 30 Not null
S_Ph string 10 Not null
Table – REGISTRATION
Name of field Data type Data size constraints
S_id integer 15 Primary key
S_Name string 30 Not null
S_Fname string 30 Not null
S_Mname string 30 Not null
S_DOB Date Not null
S_Address string 50 Not null
S_Ph integer 10 Not null
Synopsis
Table – ENQUIRY
Table – FEE
6. Staff :-
Description :- - this table holds the details about the staff
Input :- st_id , st_name
Process :- search related information
Output :- give the correct information
Report generated –
Enquiry: With the help of enquiry table, we can generate the report about
enquiry.
Synopsis
Registration: With the help of registration table, we can generate the report about
registration.
Student: With the help of student table, we can generate the report about student.
Fee: With the help of fees table, we can generate the report about fees.
Library: With the help of library table, we can generate the report of the library.
Staff: With the help of staff table, we can generate the report of the staff.
Hardware:-
1. All college, School or Institute can use my project with little changes.
3. This project can be converted into client - server based, so all the user