Skip to content

Relational Database ERD

Eric Nguyen edited this page Nov 28, 2020 · 7 revisions

image

This is the entity relationship diagram describing how teachers are creating questions for their hosted games. The table, "Games", represents the information being collected for when games are created and their data (name of game, description of game, etc.). The table, "Questions", represents the information collected for questions created. The table, "Games_questions", is the intermediary table that serves to establish the relationship between the "Games" table and the "Questions" table by referring to their primary key IDs.