Guest User

Untitled

a guest
Jun 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $a="15540";
  2.  
  3. table polls
  4. poll_id
  5. description
  6.  
  7. table poll_questions
  8. question_id
  9. poll_id (foreign key to polls)
  10. question_text
  11.  
  12. table question_answers
  13. answer_id
  14. question_id (foreign key to poll_questions)
  15. answer_text
  16.  
  17. table user_answers
  18. id
  19. user_id (foreign key to users)
  20. answer_id (foreign key to question_answers)
Add Comment
Please, Sign In to add comment