I have a database with 3 tables:
Table : TimeTable
Column : TimeTableID
Table : SchoolDay
Column : SchoolDayID , SchoolDayName
Table : TimePeriod
Column : FromTime, ToTime, TimeTableID, SchoolDayID
SchoolDay will have 7 rows, Monday to Sunday. One TimeTable record will have dynamic Time...