This assignment focuses on designing a database for a table tennis tournament organized by VU University. The project encompasses various stages of database design, starting with the identification of business rules and entities, including students, staff, referees, and game details. An ER diagram visually represents the relationships between these entities. The solution details the characteristics of the system, including the attributes for each entity. The assignment also involves ensuring data integrity through 3NF normalization. It includes a data dictionary defining data types and keys for each attribute. The solution provides SQL commands for inserting data into the tables and demonstrates database querying through SQL SELECT statements to retrieve specific information, such as team scores, referee details, and game results. A bibliography of relevant database systems resources is also included.