I would structure things differently. Have you thought about making each
question a record/row in a table? Then if you add or remove a question, you
don't have to change you table structure or your code if you do it right.
You could also then easily compile stats on a per question basis. Like how
hi all,
i am working on Mysql to make a table to store following data
Varchar Semester,
Varchar Name,
Varcahr Course,
int Enroll,
int Responses,
int Question#22,
int Question#23,
int Question#24,
int Question#25,
int Question#26,
int Question#27,
int Question#28,
int Question#29,