Hello all!
I´m developing a Book Trading System... The user will input your Book to trading...
I already have a table tblBook with "all" existing books ... So the user will select one book from that list and fill the book´s CONDITIONS and Edition...
So, what is a good Database design to tha case?
tblBook => All books tblUserBook => All User Books
And making tblUserBook to inheritance tblBook?
Thanks