0% found this document useful (0 votes)
324 views2 pages

Professor Department

The document outlines the tables and fields for a school database including tables for departments, professors, courses, class schedules, school years, student information, subjects, and sections. Primary keys are identified for each table.

Uploaded by

Jay Asis
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
324 views2 pages

Professor Department

The document outlines the tables and fields for a school database including tables for departments, professors, courses, class schedules, school years, student information, subjects, and sections. Primary keys are identified for each table.

Uploaded by

Jay Asis
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

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

prof_gender VARCHAR(45) prof_degree VARCHAR(45) department_id INT

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

idsubje subjec subjec units I cours 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

You might also like