keywords_questions
Purpose: Holds which keywords are linked to which questions.
Joins: questions and keywords_user table.
Field | Type | Purpose |
---|---|---|
q_id | int(11) | ID of the question the keyword applies to. |
keywordID | int(11) | ID of the keyword. |
Purpose: Holds which keywords are linked to which questions.
Joins: questions and keywords_user table.
Field | Type | Purpose |
---|---|---|
q_id | int(11) | ID of the question the keyword applies to. |
keywordID | int(11) | ID of the keyword. |