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

Blank Diagram (1)

The document outlines a database schema related to students, administrators, teachers, and universities, detailing their attributes and relationships. It includes information such as personal details, school affiliations, teaching history, and educational background. The structure emphasizes primary and foreign keys to establish connections between various entities in the educational system.

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)
3 views

Blank Diagram (1)

The document outlines a database schema related to students, administrators, teachers, and universities, detailing their attributes and relationships. It includes information such as personal details, school affiliations, teaching history, and educational background. The structure emphasizes primary and foreign keys to establish connections between various entities in the educational system.

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
SUB_NAME
TEACHER SUB_GRADE_LEVEL
PK TEACH_EMP_NUMBER SUB_YEAR_STARTED
TEACH_LNAME FK SCH_NAME
SUPERVISOR TEACH_FNAME
PK SVISOR_EMP_NUMBER TEACH_MID_INITIAL
SVISOR_LNAME TEACH_AGE
SVISOR_FNAME TEACH_SUBJECT_SPECIALTY SUBJECT_ASSIGNMENT
SVISOR_MID_INITIAL 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