I need to create database using mysql .
The problem that i am getting is how to keep the options for the a question in a table as the number of options can change as questions changes.
Example:- One question can have 4 options and other question can have 7 options but only one correct option.
One table for Questions.
Since one question can have many answers, One table for answers, and primary key of questions table will come as a foreign key in answers table, it will make this a
one to many relationship.