- Posted By: freeproject
- Comments: 0
Posted By freeproject on July 17, 2017
This ER (Entity Relationship) Diagram represents the model of University Admission Management System Entity. The entity-relationship diagram of University Admission Management System shows all the visual instrument of database tables and the relations between Admission, Subject, University, Degree etc. It used structure data and to define the relationships between structured data groups of University Admission Management System functionalities. The main entities of the University Admission Management System are University, Admission, Student, Subject, Course and Degree.
University Admission Management System entities and their attributes :
- University Entity : Attributes of University are university_id, university_name, university_place, university_type, university_description, university_address
- Admission Entity : Attributes of Admission are admission_id, admission_student_id, admission_name, admission_type, admission_description
- Student Entity : Attributes of Student are student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
- Subject Entity : Attributes of Subject are subject_id, subject_course_id, subject_student_id, subject_name, subject_type, subject_description
- Course Entity : Attributes of Course are course_id, course_student_id, course_registration, course_name, course_type, course_year, course_description
- Degree Entity : Attributes of Degree are degree_id, degree_university_id, admission_degree_name, degree_type, degree_description
Description of University Admission Management System Database :
- The details of University is store into the University tables respective with all tables
- Each entity ( Degree, Student, Course, Admission, University) contains primary key and unique keys.
- The entity Student, Course has binded with University, Admission entities with foreign key
- There is one-to-one and one-to-many relationships available between Course, Subject, Degree, University
- All the entities University, Course, Student, Degree are normalized and reduce duplicacy of records
- We have implemented indexing on each tables of University Admission Management System tables for fast query execution.