0
I have a lot of information I need stored in the database. Some of that information is something very identical:
Example: hora1, hora2, hora3, ... hora10.
My question is whether I should save everything in the same table or create a table for the information and another one specific to save the hours by placing a Foreign key of the first table in the table of hours.
Later create a view with everything.
What will be better?