I posted a question and someone questioned my table design, he had good cause this is the 1st large database I have ever done. Here is a quick example of what i have.
Table 1. Personal Table
This table includes Social Security Number, Last Name, First Name, stuff like that
Table 2. Millitary Info, (I am in the Army)
This has stuff like Rank, Job, Squad and section
Table 3. Security Info
This has table has info on if they have a security clearance
Table 4 EPSQ Info
This table has information on if they have applied for a clearance.
Table 5 Security Verification
This Table lists the 4 ways I have to check security clearances.
I have this many tables becase I thought it was best to have small tables, plus not every one is going to have a securty clearance. There are more tables but this should give you the idea. Plue my primary key is the social securty number. Am I on the right track, or could improvements be made. Thanks
Table 1. Personal Table
This table includes Social Security Number, Last Name, First Name, stuff like that
Table 2. Millitary Info, (I am in the Army)
This has stuff like Rank, Job, Squad and section
Table 3. Security Info
This has table has info on if they have a security clearance
Table 4 EPSQ Info
This table has information on if they have applied for a clearance.
Table 5 Security Verification
This Table lists the 4 ways I have to check security clearances.
I have this many tables becase I thought it was best to have small tables, plus not every one is going to have a securty clearance. There are more tables but this should give you the idea. Plue my primary key is the social securty number. Am I on the right track, or could improvements be made. Thanks