Professor Department
Professor Department
iddepartment INT department_code VARCHAR(45) department_description VARCHAR(45) Indexes idprofessor INT prof_fname VARCHAR(45) prof_mname VARCHAR(45) prof_lname VARCHAR(45) prof_address VARCHAR(45) prof_contact_num VARCHAR(45) prof_hiredate VARCHAR(45) prof_department VARCHAR(45)
pr st Ind
course
idcourse INT course_code VARCHAR(45) course_description VARCHA Indexes
time
idtime INT start_time TIME end_time TIME Indexes
professor_subject
Indexes professor_id INT subject_id VARCHAR(45)
sub room
idroom INT room_type VARCHAR(45) room_description VARCHAR capacity INT Indexes
schedule
id INT subject_id INT professor_id INT section_id INT time_id INT day_id INT room_id INT Indexes
Indexes
day
idday INT day_name VARCHAR(45) Indexes
school_year
idshool_year INT school_year VARCHAR(45) start_date DATE end_date DATE Indexes
classlist
idclasslist INT student_id INT professor_id INT course_id INT section_id INT subject_id INT school_year_id INT total_students INT Indexes
student student_professor
professor_id INT student_id INT Indexes idstudent INT student_fname VARCHAR(45) student_mname VARCHAR(45) student_lname VARCHAR(45) student_address VARCHAR(80) student_age VARCHAR(45) student_contact_num VARCHAR(45) student_guardian VARCHAR(45) student_status VARCHAR(45) student_gender VARCHAR(45) course_id INT section_id INT Indexes ARCHAR(45)
AR(45)
subject
idsubject INT subject_code VARCHAR(45) subject_description VARCHAR units INT course_id INT dexes
student_subject
student_id INT subject_id INT Indexes
section
idsection INT section_name VARCHAR(45) section_description VARCHAR(45) number_of_students VARCHAR(45) Indexes