i am doing attendance monitoring system for student only not for staffs
and only concern lectures have the privilages to mark the attendance (if one staff taking the class then another one cannot mark the attendance for same period
so help me to design er-model and data base design and diagram
stud detail(reg-no,name , addr,sem,prg,batch)
staff detail(staff-id,staff-name,course-id)
course detail(course-id,course-name,prg,batch,sem)
stud register to course(reg-no,course-id,course-name,sem,prg,batch,staff-id)