Just wanted to know what would happen if in my book database i had two different authors which have the same name. How could i redesign my database to sort this problem out? Do i have to assign primary and secondary keys or something? By the way this question is related to my previous one.
Share
An
AUTHORStable would help your book database – you could store the author info once, but associate it with multiple books:Books can have multiple authors, so you’d need a many-to-many table to relate authors to books: