Quiz question choices: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  (Created page with "{| class="wikitable"  !Name !!Datatype !!Description ! |-  !id  |INT(11) |unique identifier for the record |- !question_id |INT(11) |the unique identifier for the question |- !tx...") | 
| (No difference) | 
Latest revision as of 22:46, 25 April 2018
| 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.