Hi there,
I have a registration form with common registration fields and two multiple selection Lists with heading "services". I wanted to store form data to database into a table. Currently i am having only one table "registrations", also i am having second thoughts whether i should create another relation table with name "registration_services" and store the regid and serviceid
I am expecting at least 10000 records in this table Is it better to store the multiple selection list values in one column of the same table?
Or Shall i create another table and store as parent child relationship?
Whats the best practice?
Please advise Thanks SIA