Hi there,
I'm pretty new to SQL but am learning fast. I have a database with 4 tables, Authors, Journals, Article_Details and Articles.
The Authors Table has the following columns: AuthorID (index), LastName, FirstName.
The Article_Details Table has Article_DetailsID, and then a few columns of the details (Journal, Year, Volume etc).
The Articles Table is my problem. Right now it has 2 columns: ArticleID and AuthorID.
This works fine if an article has only one author but I want to make it so that an article can have many authors. I am not sure what columns I should add and what relationships would help me with this.
Sorry for the long post and thanks in advance to anyone who has a suggestion for me.
Regards,
Lumstar
I'm pretty new to SQL but am learning fast. I have a database with 4 tables, Authors, Journals, Article_Details and Articles.
The Authors Table has the following columns: AuthorID (index), LastName, FirstName.
The Article_Details Table has Article_DetailsID, and then a few columns of the details (Journal, Year, Volume etc).
The Articles Table is my problem. Right now it has 2 columns: ArticleID and AuthorID.
This works fine if an article has only one author but I want to make it so that an article can have many authors. I am not sure what columns I should add and what relationships would help me with this.
Sorry for the long post and thanks in advance to anyone who has a suggestion for me.
Regards,
Lumstar