-
Student Submission Table
The STUDENTSUBMISSION table holds the StudentID, QueryID, SubmittedAnswer (the SQL query submitted by that student), a flag indicating whether the SubmittedAnswer IsCorrect, a... -
Answer Table
The ANSWER table holds the AnswerID, the QueryID, and a correct SQL answer for that query. -
Query Table
The QUERY table consists of the QueryID, the text/wording of the query, and the number of possible points for that query. -
Student Table
The STUDENT table contains identification information about each student registered for each section.