K
Kerensky18
I am currently a student earning a certificate in database management and as
a side project I'm designing a database for a local convention that I am a
volunteer at. The database is to track radio sign outs for volunteer security
personal. Currently I've three tables, one to keep track of all the staff
each one has a unique badge ID, the second is a radio table which has 1 field
for radio numbers 1-100, the third is an intersection entity with the
following fields: Staff number, Radio Number, Date-Out, Time-Out, Date-In,
Time-In. My relationships are from Staff Number under Staff table to Staff
number in the intersection field and from Radio number to Radio Number. They
are both 1-many relationships with integrity enforced.
My question is can I maintain the radio number being unique for each
instance so 1 radio can't be signed out to two people? Currently it will only
allow 1 radio number period. My fear is if I take out the unique required key
than some of the people may not sign radios back in and we will have one
radio signed out to multiple people. Any help with this issue would be
greatly appriceated.
a side project I'm designing a database for a local convention that I am a
volunteer at. The database is to track radio sign outs for volunteer security
personal. Currently I've three tables, one to keep track of all the staff
each one has a unique badge ID, the second is a radio table which has 1 field
for radio numbers 1-100, the third is an intersection entity with the
following fields: Staff number, Radio Number, Date-Out, Time-Out, Date-In,
Time-In. My relationships are from Staff Number under Staff table to Staff
number in the intersection field and from Radio number to Radio Number. They
are both 1-many relationships with integrity enforced.
My question is can I maintain the radio number being unique for each
instance so 1 radio can't be signed out to two people? Currently it will only
allow 1 radio number period. My fear is if I take out the unique required key
than some of the people may not sign radios back in and we will have one
radio signed out to multiple people. Any help with this issue would be
greatly appriceated.