Hello, I need some advice, I am currently making a comprehensive survey form, a client will input almost all of his/her information. The form will have almost a total of 65 different inputs , some are inputboxes & dropdowns , some are radioButtons and some are checkboxes . What I am doing right now is i stored all the data in one database named “ApplicantsDB” is it okay to have more than 65 fields in one database? I can break it into 3 categories, like ClientInfo , ClientFamilyBackground , ClientLivingStatus . But having one database is easier for me to sort and filter information rather than having 3 databases and connecting each other using foreign keys . I need some advice on it please
I hope I can be heard. Thank you so much for the information.