Advertisement
Guest User

Untitled

a guest
Apr 10th, 2017
564
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. +--------+------------+-----------+-------------------+------------+--------+
  2. | userID | first_name | last_name | email | password | points |
  3. +--------+------------+-----------+-------------------+------------+--------+
  4. | 1 | Jhon | Jhonny | jhon@yahoo.com | secretPass | 0 |
  5. | 2 | Dan | Dan | dan@yahoo.com | 1234 | 0 |
  6. | 3 | Dick | Pop | dd@yahoo.com | 123456 | 0 |
  7. | 4 | Mihaela | Micky | mihaela@yahoo.com | pass12 | 0 |
  8. +--------+------------+-----------+-------------------+------------+--------+
  9.  
  10. +------------+--------------------------------------------------+---+---+---+---+
  11. | questionID | question | a | b | c | d |
  12. +------------+--------------------------------------------------+---+---+---+---+
  13. | 1 | which of these are colors? | 1 | 0 | 0 | 1 |
  14. | 2 | which of these are fruits? | 1 | 1 | 1 | 0 |
  15. | 3 | which of these are programming language? | 0 | 1 | 1 | 0 |
  16. | 4 | What is IPv6? | 0 | 0 | 0 | 1 |
  17. +------------+--------------------------------------------------+---+---+---+---+
  18.  
  19. +------------+--------+---+---+---+---+
  20. | questionID | userID | a | b | c | d |
  21. +------------+--------+---+---+---+---+
  22. | 1 | 1 | 1 | 1 | 0 | 0 |
  23. | 2 | 1 | 1 | 1 | 1 | 0 |
  24. | 1 | 3 | 1 | 0 | 1 | 1 |
  25. | 1 | 4 | 1 | 1 | 1 | 0 |
  26. | 3 | 1 | 1 | 0 | 1 | 1 |
  27. | 4 | 1 | 1 | 0 | 1 | 1 |
  28. | 1 | 2 | 1 | 1 | 0 | 0 |
  29. | 2 | 2 | 0 | 1 | 0 | 1 |
  30. | 3 | 2 | 0 | 1 | 1 | 1 |
  31. | 4 | 2 | 1 | 1 | 0 | 1 |
  32. | 2 | 3 | 1 | 0 | 0 | 1 |
  33. | 3 | 3 | 1 | 0 | 1 | 1 |
  34. | 4 | 3 | 1 | 0 | 1 | 1 |
  35. | 2 | 4 | 0 | 1 | 1 | 1 |
  36. | 3 | 4 | 1 | 0 | 0 | 1 |
  37. | 4 | 4 | 0 | 0 | 1 | 0 |
  38. +------------+--------+---+---+---+---+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement