Skip to content

rayhaanrakib/database-queries-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Football Ticket Booking System — Database Design & SQL Queries

Overview

A simplified database system for managing football ticket bookings built with SQL.

ERD Diagram

ERD Diagram

🔗 ERD Link: Click to View ERD

Database Schema

Three tables: Users, Matches, and Bookings

  • Users — stores fan and staff account information
  • Matches — stores football fixtures and ticket availability
  • Bookings — records individual ticket purchases

Files

File Description
QUERY.sql Schema creation, data seeding, and SQL queries
erd-diagram.png ERD diagram image

Tools Used

  • PostgreSQL
  • Beekeeper Studio
  • DrawSQL

How to Run

  1. Open PostgreSQL or Beekeeper Studio
  2. Run QUERY.sql top to bottom

About

A simplified database system for managing football ticket bookings built with SQL.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors