Database design question (Book Trading System)

Posted by Paul on Stack Overflow See other posts from Stack Overflow or by Paul
Published on 2010-04-14T18:32:58Z Indexed on 2010/04/14 18:43 UTC
Read the original article Hit count: 242

Filed under:

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

© Stack Overflow or respective owner

Related posts about database-design