You are on page 1of 10

NAME: P.

Sai madhav,
REG : 12111544,
ROLL : RK21YKB42,
SECTION: K21YK

ABSTRACT
My project explains about the student management. This project mainly
explains the various actions related to student details. This project shows some
ease in adding, editing and deleting the student details. It also provides a less time
consuming process for viewing, adding, editing and deleting the marks of the
students.

My project includes
• Student Registration
• Subject Allocation
• Branch selection
• Semester wise selection.
• Examination marks entry.

1. INTRODUCTION
Student Management System is software which is helpful for students as well as
the school authorities. In the current system all the activities are done manually. It
is very time consuming and costly. Our Student Management System deals with
the various activities related to the students.

ER-DIAGRAM:

SNAP SHOTS OF THE PROJECT:

1.STUDENT DETAILS TABLE:


Here we have given the needed column names in the table, for storing the student
details. Here reg__no is primary key , it varies from student to student . It
represents no two students would have same reg__no.

2. INSERTING VALUES INTO STUDENT TABLE:


Here I have inserted some of the students details accordingly

3.SUBJECTS TABLE:

This table represnts what kind of subjects are present in the course, that are taken
by student with unique Subject_code

4. INSERTING VALUES INTO SUBJECTS TABLE:


Here, I have allotted subjects with their subject codes so that there would be no
confusion in the data base.

5.EXAM TABLE:

Here I have created an exam table so that the performance of the students can be
tested. In this table I have used 2 references from student table and subject's table
These were termed as foreign key. That is here we have extracted the data of
reg_no from student table and subject code from subject table.
6.INSERTING VALUES INTO EXAM TABLE:

Here I have inserted the marks of the student according to their scores.
7.TOTAL MARKS:
I have created a table named as total here the total score of the students can be
stored, here we have referred the reg_no from the students table.
8.INSERTING VALUES:

9.UPDATING THE VALUES


Here for suppose we have entered wrong total of a particular student then I have
changed that particular row. We have to follow the following commands.
Here reg_no 15679 had to be changed so we have used update command so that we
can change the total score of the student

10.

11.MERGING OF THE TABLES USING JOINS


Here we have the total details of the student including reg_no to total marks they
have scored.

CONCLUSION:
Here in this project I have created a data base for the student. In this I have stored
the details and the subjects allocated to the students and also I have the marks data
of the students here we can insert or add or we can change the data accordingly.

You might also like