Student Management System
Student Management System
Student Management System
4. System Design
The system is developed using Windows Forms in Visual Studio, with
Microsoft SQL Server serving as the backend database. The database
consists of two tables: the "Student" table and the "Department" table.
4.1 Student Table:
• Fields: Student ID (Primary Key), Name, Department ID
(Foreign Key), and other relevant details.
• The Department ID serves as a foreign key referencing the
Department table.
4.2 Department Table:
• Fields: Department ID (Primary Key) and Department Name.
5. Development
Process The development process involved several stages, including:
5.1 Requirements Gathering:
• Identifying the requirements of the student management system
through discussions with stakeholders, such as administrators and
department heads.
5.2 Database Design:
• Designing the database schema based on the identified
requirements.
• Creating the necessary tables, defining relationships, and
establishing primary and foreign keys.
5.3 User Interface Design:
• Designing the user interface using Windows Forms in Visual
Studio.
• Creating forms for adding, updating, and deleting student
records.
• Creating forms for adding, updating, and deleting department
records.
• Implementing search functionality for retrieving student records
based on various criteria.
SYEDA AMNA RIZVI 2021F-BCS-064