This document presents a comprehensive database solution for managing a tennis tournament at VU University. It includes defining business rules, constructing an Entity-Relationship (ER) model with entities like Teams, Matches, Referees, Students, and Staff, and detailing the characteristics of these entities with attributes, primary keys, and foreign keys. The solution provides example tables and a data dictionary, followed by normalization to the 3rd Normal Form (3NF) to eliminate redundancy and improve data integrity. The project implementation includes SQL code for database creation, table definitions, and data insertion. Queries are designed to demonstrate the database's functionality. This solved assignment, available on Desklib, serves as a valuable resource for students studying database systems.