Creating a new DB to track students. I created a Table with like 25 fields for personnal information etc. I also created a Table with 20 fields to track scores for events with a one to one relationship.
Question is should I keep the tables split with a one to one or should I just throw them all into one table?
There will be 7000 students per year.
Peter
Question is should I keep the tables split with a one to one or should I just throw them all into one table?
There will be 7000 students per year.
Peter