Answers: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
No edit summary  | 
				|||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 15: | Line 15: | ||
!answer      | !answer      | ||
|int(11)     | |int(11)     | ||
|  | |Numeric value of the answer.  | ||
|-    | |-    | ||
!comments     | !comments     | ||
| Line 34: | Line 34: | ||
Tables which refer the Answers Table as Foreign Key Relationship.  | Tables which refer the Answers Table as Foreign Key Relationship.  | ||
[[File:  | [[File:answers_exported.png]]  | ||
Latest revision as of 20:56, 25 September 2020
The Answers table gives information regarding the answers associated to each of the responses.
Answers Variable Documentation
| Field Name | Type | Description | 
|---|---|---|
| id | int(11) | Unique ID for each Answers record. | 
| question_id | int(11) | ID of Question. | 
| answer | int(11) | Numeric value of the answer. | 
| comments | text | Comment given to the answer. | 
| reponse_id | int(11) | ID of the response associated with this Answer. | 
E/R diagram for Parents Tables
Tables referred by the Answers Table as Foreign Key Relationship.
E/R diagram for Child Tables
Tables which refer the Answers Table as Foreign Key Relationship.
Back to Database Tables Main page.

