0% found this document useful (0 votes)
5 views

Blank Diagram (2)

The document outlines a database schema for a school system, detailing entities such as students, administrators, teachers, and universities. It includes primary keys, foreign keys, and various attributes related to each entity, such as names, addresses, and educational backgrounds. The structure supports relationships between the different entities, such as teaching history and subject assignments.

Uploaded by

kentbaguio2234
Copyright
© © All Rights Reserved
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)
5 views

Blank Diagram (2)

The document outlines a database schema for a school system, detailing entities such as students, administrators, teachers, and universities. It includes primary keys, foreign keys, and various attributes related to each entity, such as names, addresses, and educational backgrounds. The structure supports relationships between the different entities, such as teaching history and subject assignments.

Uploaded by

kentbaguio2234
Copyright
© © All Rights Reserved
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/ 1

STUDENT

PK STUD_NUMBER
STUD_LNAME
STUD_FNAME
ADMINISTRATOR SCHOOL STUD_MID_INITIAL
PK ADMIN_EMP_NUMBER STUD_HOME_ADDRESS
PK SCH_NAME
ADMIN_LNAME STUD_TELEPHONE_NUM
SCH_ADDRESS
ADMIN_FNAME STUD_GRADE_LEVEL
SCH_TELEPHONE_NUM
ADMIN_MID_INITIAL STUD_AGE
SCH_YEAR_BUILT
ADMIN_TELEPHONE_NUM FK SCH_NAME
SCH_SIZE_SQFT
ADMIN_OFFICE_NUM
FK SCH_NAME

TEACHING_HISTORY
SUBJECT_OFFERED
HIST_PREVIOUS_SCHOOL
FK SCH_NAME
HIST_YEAR_ENTERED
FK SUB_NUMBER
HIST_HIGHEST_PAYRATE
FK SCH_NAME
FK TEACH_EMP_NUMBER
SUBJECT
PK SUB_NUMBER
SUPERVISOR
SUB_NAME
PK SVISOR_EMP_NUMBER
TEACHER SUB_GRADE_LEVEL
SVISOR_LNAME
PK TEACH_EMP_NUMBER SUB_YEAR_STARTED
SVISOR_FNAME
TEACH_LNAME FK SCH_NAME
SVISOR_MID_INITIAL
TEACH_FNAME
FK SCH_NAME
TEACH_MID_INITIAL
TEACH_AGE
TEACH_SUBJECT_SPECIALTY SUBJECT_ASSIGNMENT
TEACH_YEAR_ENTERED SUBASS_YEAR
FK SVISOR_EMP_NUMBER SUBASS_STUD_GRADE
FK SUB_NUMBER
FK TEACH_EMP_NUMBER
FK STUD_NUMBER
EDUC_BACKGROUND
EDBG_DEGREE
EDBG_YEAR_EARNED
FK TEACH_EMP_NUMBER
FK UNIV_NAME

UNIVERSITY
PK UNIV_NAME
UNIV_ADDRESS
UNIV_YEAR_FOUNDED
UNIV_URL

You might also like