This project focuses on designing a database for an employee absence management system. The solution includes three key diagrams: a Domain Class Diagram (DCD), an Entity Relationship Diagram (ERD), and a System Sequence Diagram (SSD). The DCD illustrates the classes and their relationships, including 'Leave,' 'Morning Late Details,' 'Permission Details,' 'AbsenceHoursMins,' 'Employee,' and 'MainClass.' The ERD details the database schema, outlining tables such as 'Leave,' 'Morning_Late_Details,' 'Permission_Details,' 'Absence_Hours_Mins,' and 'Employee,' along with their columns, data types, and constraints. The SSD depicts the interaction flow between the admin and the system, showing the sequence of actions and system responses. The project also includes a detailed explanation of each diagram and its components, providing a comprehensive guide to database design for an employee absence management system. The project aims to manage employee leaves, time-in/out, permitted time, and absence hours, providing a better employee database for managers and supervisors.