There is no Quiz table in the database, while the UserQuestionProgress test results table has a QuizId field. Such an entity could be useful for storing additional information about each test and for optimizing the database structure, for example, moving the UserId and LastAnswered fields from the UserQuestionProgress table to the Quiz table.
There is no Quiz table in the database, while the UserQuestionProgress test results table has a QuizId field. Such an entity could be useful for storing additional information about each test and for optimizing the database structure, for example, moving the UserId and LastAnswered fields from the UserQuestionProgress table to the Quiz table.