Answers: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "The Answers table gives information regarding the due dates associated to each of the assignment. == Answers Variable Documentation == {| class="wikitable" !Field Name !!Type !...")
 
No edit summary
Line 1: Line 1:
The Answers table gives information regarding the due dates associated to each of the assignment.
The Answers table gives information regarding the answers associated to each of the responses.
== Answers Variable Documentation ==
== Answers Variable Documentation ==



Revision as of 01:33, 23 April 2018

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) Value of each 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.