Hello Everyone!
I'm trying to design a database for a library that stocks a range
of media. (see link)
Each user can make many enquiries / reservations / loans
(if I can get enquiries right, I can do the rest). Every Enquiry
can be made on each item of stock, every item of stock is
a copy and every copy contains item info. Each item can be
of audio, book or score (musical score).
I would really appreciate any observations or advice where I'm
going right / where I'm going wrong. I would really appreciate
help with what queries I should make which will make it possible
eventually for a User to make an enquiry about any item of audio.
Thankyou for reading,
James
I'm trying to design a database for a library that stocks a range
of media. (see link)
Each user can make many enquiries / reservations / loans
(if I can get enquiries right, I can do the rest). Every Enquiry
can be made on each item of stock, every item of stock is
a copy and every copy contains item info. Each item can be
of audio, book or score (musical score).
I would really appreciate any observations or advice where I'm
going right / where I'm going wrong. I would really appreciate
help with what queries I should make which will make it possible
eventually for a User to make an enquiry about any item of audio.
Thankyou for reading,
James
Comment