Quiz question choices
Name | Datatype | Description ! |
---|---|---|
id | INT(11) | unique identifier for the record |
question_id | INT(11) | the unique identifier for the question |
txt | TXT | The description for the question |
iscorrect | BIT | to check whether it is correct or not |
E/R diagram for Parents Tables
No Tables were referred by the Schema Migrations Table as Foreign Key Relationship.
E/R diagram for Child Tables
No Tables were referred by the Schema Migrations Table as Foreign Key Relationship.
Back to Database Tables Main page.