This project presents a comprehensive database design for managing a table tennis tournament at VU University. It includes defining business rules, identifying key entities such as players, teams, matches, referees, and rounds, and establishing relationships between them. The project further develops an ER model and corresponding table structures, complete with data dictionaries and dependency analysis. The database implementation involves creating tables, defining primary and foreign keys, and populating the tables with sample data. SQL queries are provided for creating the database schema and inserting initial data, demonstrating the functionality and viability of the database design. This project offers a complete solution for organizing and managing data related to the table tennis tournament.