Skip to content

Instantly share code, notes, and snippets.

@joniden
Last active October 19, 2022 08:37
Show Gist options
  • Save joniden/9852b9b8dfb91263475eee3416a82382 to your computer and use it in GitHub Desktop.
Save joniden/9852b9b8dfb91263475eee3416a82382 to your computer and use it in GitHub Desktop.
Insert form 1
INSERT INTO form (question_id, answer)
VALUES
(1, 'YES'),
(1, 'NO'),
(1, 'YES'),
(1, 'NO'),
(1, 'YES'),
(1, 'NO'),
(2, 'YES'),
(2, 'NO'),
(2, 'NO'),
(2, 'NO'),
(2, 'YES'),
(2, 'NO'),
(3, 'CAT'),
(3, 'DOG'),
(3, 'CAT'),
(3, 'DOG'),
(3, 'DOLPHIN'),
(3, 'RAT')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment