Here I developed a relational database system using SQLite to manage a company's organizational structure, including departments, employees, projects, and assignments. The program efficiently organizes data using foreign key relationships, ensuring referential integrity across multiple tables. It supports data insertion, updates, and deletions, demonstrating effective database interaction via SQL queries. The system also includes structured queries to retrieve employee details, department assignments, and project contributions, providing insights into workforce distribution. This project highlights my proficiency in SQL database design, data manipulation, and query optimization for real-world applications.