Practice Creating an Attendance System in a Boarding School
Create ERD

Create all table



Create Index

Insert data into tables




crud operations on tables
In table class
Create


Read

Update

Delete


In table teacher
Create

Read

Update

Delete

In table student
Create

Update

Read

Delete

In table schedule
Create

Update & Read

Delete

In table attendance
Create

Update & Read

Delete

Recap
Status
per day

per month

Late

Constraint test
By student_id


By FK

UNIQUE( date, schedule, student ) in table attendance


Test check in column late_minutes in attendance table

Oke See You next time gusy




