Java Project Proposal (Swing
Based App)
Group Members:
Shahzad Mukhtar ( B-16941 )
Aurangzeb Khan ( B-16931 )
Project Info:
We Are Going To Make University Course Enrolment System In
Java. First We Make a Registration page for students so that they
can register in our database. After that students go to login page
and enter his/her roll number and password and if its true He /
She Redirect To His/her Account where they have the option to
choose/select the Courses ( 4 Courses Minimum / Maximum ).
After selection, their courses save in database so when He / She
Login Again His Selected Courses Show In His Account .
Database Design:
In Our Data base we have 3 Tables 1st is for store student
information, 2nd for store login details, 3rd for store every student
selected course
Tables Implementation:
1st table Students Record :
In This table we have Different Columns Regarding to student
information name, semester , roll number , phone number in this
table every student roll number is primary key
2nd Table Students Login Details:
In This Table We Have 3 Colums Which Are ID, Roll number,
Password. We Cant Save These Details in Students Recorded
because if we store all data in 1 table its not a good database
design. In This Table Primary Key Is ID which is automatically give
to every user its cant be same every student get a unique ID by
System.
3rd Table Students Courses :
In This table we store all information of student courses so in this
table we have 3 Colums Which Are ID , Roll number , Courses in
this table primary key is ID which is automatically give to every
user its cant be same every student get a Unique ID by System .