Quote Database
Narrative
For my research I need a Quote Database to storage Quotes form three references sources. Quotes can be collected from Reference Types such as Scientific Papers, PhD Thesis and MSc Thesis.
Reference information includes: Year (Number), Author (String), Title (String), ReferenceType (Text), Vol (String), Issue (String), Pages (Number), AccNumEN (Number).
ReferenceType information includes: MSc Thesis, PhD Thesis and, Scientific Paper.
Author information includes: Author Name (String).
Quote information includes: Quote (Memo)
I think the Entities are: Author, Reference, ReferenceType, Quote, and Keyword.
Having in mind the Entities, the relationships I already identified are:
An Author can have many References
A Reference can have many Authors
A Reference can have one ReferenceType
A ReferenceType can have many References
A Reference can have many Quotes
A Quote can have one Reference
A Quote can have many Keywords
A Keyword can have many Quotes
A Reference can have many Keywords
A Keyword can have many References
AccNumEN is the ID field in EndNote program for each Reference
PK for Refrence Type can be 1 for MSc Thesis, 2 for PhD Thesis and 3 for Scientific Paper
I don’t know how to assign PK to Author and PK to Reference.
Any light on this would be really appreciated.