I have a checklist form that has 44 questions? A simple 1 or 0 is collected.
My question is, should I create a wide table with 44 fields, plus an additional two fields that identify the user and form, or should I have a "user/form" table and then a "detailed" table with a "user/form" key that...