Hi Joel,

On Fri, 8 Aug 2014 11:38:19 -0700
Joel Madero <[email protected]> wrote:

> On Fri, Aug 8, 2014 at 11:32 AM, Paul <[email protected]>
> wrote:
> 
> > Hi Joel,
> >
> >
> > On Fri, 8 Aug 2014 10:53:12 -0700
> > Joel Madero <[email protected]> wrote:
> >
> > > So my thought was to have three tables -
> > > *Table - BooksRead*
> > > Author
> > > Book
> > > SeriesName (can allow Null because most books are not in a series)
> > > Pages
> > >
> > > *Table - Series*
> > > SeriesName (not unique per row)
> > > BookName (This + SeriesName would be unique)
> > > Read (binary true/false auto set dependeing on if the book is in
> > > BooksRead or not)
> >
> > This just duplicates information in the BooksRead table, not a good
> > idea
> >
> 
> Not really seeing duplicated info here. I was thinking that I'd enter
> most of my data in the BooksRead table - when I enter it would have a
> binary "is this book in a series" - if I push yes then it would pop
> up a dialog for me to enter the series info if it's not already in
> the series table and possibly ask "do you want to enter all books in
> this series now?" so then it would populate the series table after I
> enter the single book in "BooksRead"

Yes, but what would go into the Series table? SeriesName and BookName
are already in the BooksRead table, and the read flag just indicates
that it is in the BooksRead table.

The only time there wouldn't be duplication is if you entered books into
the series table that you hadn't read yet.

Paul

-- 
To unsubscribe e-mail to: [email protected]
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to