This report details the design and development of a relational database system for FPT University, focusing on managing student grades. It begins by outlining the system requirements specification (SRS), including user roles and business processes, followed by the logical design represented through an Entity Relationship Diagram (ERD). The report then explains the relationships between the tables: Student, Lecturer, Class, Grade, and Subject. Finally, it presents the physical design, including table structures with field names, data types, and primary/foreign key designations. The report covers the scenario of tracking student grades and the need for an efficient system to manage student information, teacher details, and subject scores within the university. The design includes considerations for data validation and normalization to ensure data integrity and efficiency. The report is a comprehensive design for a fully functional system.