G
Guest
Hello,
I'm trying to update this movie database. The original was mostly a flat db,
so I'm trying to do things the right way this time.
Amongst other things, the db tracks if a movie is based on a book, and if
so, what the title of the book is.
The text field [OrigBook] basically has three types of information - either
it is empty, or it has the word "same" in it to indicate that book title and
movie title are identical, or the real book title is listed.
Quite often it's "same", so I'm wondering how to model this correctly. I
can't see how to do it any other way than it is right now, but maybe somebody
here can give me some advice.
Thank you.
I'm trying to update this movie database. The original was mostly a flat db,
so I'm trying to do things the right way this time.
Amongst other things, the db tracks if a movie is based on a book, and if
so, what the title of the book is.
The text field [OrigBook] basically has three types of information - either
it is empty, or it has the word "same" in it to indicate that book title and
movie title are identical, or the real book title is listed.
Quite often it's "same", so I'm wondering how to model this correctly. I
can't see how to do it any other way than it is right now, but maybe somebody
here can give me some advice.
Thank you.