Sie sind auf Seite 1von 5

Table Name Student_info For the details of

students in the
institutes
Field Data types Description
Student_id Int Pk ,
Student_name char
dob date
Address char
phone
Father_name
Mother_name
gender char
Class_id Int Fk(class)
User_name
password

Table Name Class_info For the details of class


in the institutes
Field Data types Description
Class_id Int Pk
Class_name Char Name of class
Strength Int Number of seat
Course_id Int Fk
Starting_day Date Course beginning
Duration int
Description Char

Table Name Administrator For the details of class


in the institutes
Field Data types Description
Admin_id
User_name
Password
Name
Institution_Name
Year_of_startinf
Address
Phone
Table Name Course_info For the details of
course in the institutes
Field Data types Description
Course_id Int Pk
Course_name Char Name of course
C_duration Int Month
Description
Admin_id

Table Name Election_info For the details of


election in the
institutes
Field Data types Description
Election_id Int Pk
Election Char Name of election
Declaration Date
Last_registration Date
Election_day Date
Result Date
Election_desc Char Description about election

Table Name Candidate_info For the details of


candidate in the
election
Field Data types Description
Candidate_id Int Pk
Student_id Int
Election_id Int
Support_1 Int Fk(Voter_info)
Support_2 int Fk(Voter_info)
Img Img Image for vote
Table Name Voter_info For the details of
voters in the election
Field Data types Description
Voter_id Int Pk
Election_id Int Fk
Student_id Int Fk

Table Name Ballot For the details of votes


in the election
Field Data types Description
ballot_id Int Pk
Election_id Int Fk
Candidate_id Int Fk

Table Name Result_info For the details of


result of election
Field Data types Description
Result_id Int Pk
Candidate_id Int Fk
Vote Int Number of vote

Table Name Teachers_info For the details of


Teachers of collage
Field Data types Description
Tech_id pk
Tech_name
Tech_address
Tech_phone
Gender
User_name
Password
Course_id
Table Name Teachers_election For the details of
Teachers of election
Field Data types Description
Te_id
Tech_id
Election_id

Table Name Teachers_class For the details of


Teachers of class
Field Data types Description
Tc_id
Tech_id
class_id

Table Name Message For the details of


message passing
Field Data types Description
Msg_id
Msg_sub
Msg_body
Msg_from
Msg_to
Type (1 to 6)
status Read or not
Table Name Subject_info For the details of subject in the
course
Field Data types Description
Subject_id Int Pk
Subject_name Char
Course_id Int fk

Table Name Mark_info For the details of mark in the


subject
Field Data types Description
mark_id Int Pk
Subject_id Int Fk
Max_mark Int
Pass_mark Int

Das könnte Ihnen auch gefallen