* Taylor Lewick
> Hi all. I am trying to build a small simple database for a
> lending library.
>
> Basically, I have a table of resources to be lended out, and a
> table that will store a user's name and what they have borrowed.
I think you need a third table to store what the users have borrowe
Hi all. I am trying to build a small simple database for a lending library.
Basically, I have a table of resources to be lended out, and a table that will store a
user's name and what they have borrowed.
My problem is that we may have more than one copy of a given resource say a book.
So I thou