Data Systems

SQL Gaming Tournament Database

Designed a relational database for managing tournament participants, teams, matches, and outcomes.

Completed2025-09SQLDatabase DesignERDNormalization

Overview

Designed a database-backed system for gaming tournament operations.

Problem

Tournament workflows require clean relationships between players, teams, matches, and results in order to avoid inconsistent reporting.

What I Built

  • Entity relationship design.
  • Normalized relational schema.
  • Query patterns for tournament reporting.

Results

Produced a stronger foundation for tournament data integrity and structured reporting.

What I Learned

This project reinforced how thoughtful schema design reduces downstream complexity in analytics and application logic.