Skip to content

project-tables #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

abdullahmirzaxd
Copy link
Owner

This University Management System features a well-structured database comprising multiple tables, each designed to efficiently handle specific data types and relationships. The key tables include:

  • Student: Stores information about students, including personal details, enrollment status, and associated departments.
  • Department: Contains data on various departments within the university, detailing their names and related courses.
  • Course: Records information about courses offered, including course names, descriptions, and associated instructors.
  • Instructor: Manages details about instructors, including qualifications, courses taught, and department affiliations.
  • Subject: Lists subjects covered in each course, linking them to respective courses and departments.
  • Batch: Organizes students into batches for better management of classes and examinations.
  • Enrollment: Tracks student enrollments in courses, maintaining relationships between students and the courses they are taking.
  • Result: Records students' exam results and grades, allowing for performance tracking.
  • Exam: Manages details of various examinations, including schedules, types, and associated subjects.
  • Attendance: Monitors student attendance records for classes and exams, helping to assess student participation.
  • Library: Contains information on library resources, including books and other materials available to students.
  • Library Transaction: Tracks the lending and returning of library resources, maintaining records of student interactions with library materials.

This comprehensive table structure supports efficient data management and enhances the overall functionality of the University Management System.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant