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

Studentsattendance Studentsoccurrences: Indexes Indexes

The document describes the tables and relationships in a student information database. It includes tables for students, teachers, classes, subjects, assessments, attendance, behavior, messages, and other common school data. Primary keys are identified and indexes are defined to link the tables together.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

Studentsattendance Studentsoccurrences: Indexes Indexes

The document describes the tables and relationships in a student information database. It includes tables for students, teachers, classes, subjects, assessments, attendance, behavior, messages, and other common school data. Primary keys are identified and indexes are defined to link the tables together.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

studentsoccurrences

studentsattendance
id_student_occurrence INT(11)
id_student_attendance INT(11)
id_student INT(11)
id_student INT(11)
date DATE
date DATE
description TEXT
status VARCHAR(45)
type VARCHAR(45)
Indexes
students Indexes

id_student INT(11)

studentsbehavior ra INT(11)

id_student_behavior INT(11) name VARCHAR(45)

id_student INT(11) grade INT(11)


studentguardians
bimestre INT(11) educational_stage VARCHAR(45)
id_student_guardian INT(11)
status VARCHAR(45) school_shift VARCHAR(45)
id_student INT(11)
Indexes status VARCHAR(45)
id_guardian INT(11)
id_class INT(11)
relationship VARCHAR(45)
Indexes
Indexes

tasksubmissions
id_task_submission INT(11)

id_student INT(11)

id_task INT(11)

status VARCHAR(45)
Indexes guardians
id_guardian INT(11)

name VARCHAR(45)

email VARCHAR(45)
managers
contact VARCHAR(45)
id_manager INT(11) classes
password VARCHAR(45)
name VARCHAR(45) id_class INT(11)
Indexes
email VARCHAR(255) grade VARCHAR(45)

password VARCHAR(45) id_classroom INT(11)

Indexes Indexes
tasks
id_task INT(11)

title VARCHAR(45) classrooms


grades
description VARCHAR(45) id_classroom INT(11)
id_grade INT(11)
due_date DATE number INT(11)
id_student INT(11)
id_subject_taught INT(11) Indexes
id_assessment INT(11)
attachments VARCHAR(45)
schoolmessages grade DECIMAL(4,2)
Indexes
id_message INT(11) Indexes

id_manager INT(11)

subject VARCHAR(255)

message_body TEXT

date_sent DATE

type VARCHAR(45)
subjectstaught
attachment VARCHAR(45)
id_subject_taught INT(11)
is_read TINYINT(1)
id_teacher INT(11)
Indexes
id_subject INT(11)

id_class INT(11)
Indexes

assessments
id_assessment INT(11)
teachers
id_subject_taught INT(11)
id_teacher INT(11)
id_class INT(11)
name VARCHAR(45)
date DATE
email VARCHAR(255)
status VARCHAR(45)
cpf VARCHAR(14)
subjects bimestre INT(11)
contact VARCHAR(45)
id_subject INT(11) attachment VARCHAR(45)
password VARCHAR(45)
name VARCHAR(45) Indexes
Indexes
Indexes

You might also like