Skip to main content
Ankita Singh a posé une question dans #Data Management
  1. Create database tables for student, teacher and class.
  2. Student DOB should not be greater than TODAY.
  3. Send an email to the student & teacher 1 day before his birthday.
  4. If any student have wife name populated, then automatically mark him as married [new field] = true.
  5. User should not be able to insert/update if that teacher is not active.
  6. User should not be able to delete a class if there is any student in it.
  7. Don’t allow user to add student to a class which already reached the max limit of students.
  8. Maintain the number of student for each class.
1 réponse
0/9000