8. Database for Quiz Questions - DIT113-V22/group-01 GitHub Wiki
Database for the Quiz Questions 📚
We will be using SQLite to create a database where we store 2 entities in tables: the Quiz Questions and the Results from any given Quiz
Quiz Question Table
Below is the Schema for the table (with mock questions):
Results Table
Below is the Schema for the table (with mock results):