Hi all
I am about to make one MySQL table called Catalogue, which will be catalogue for one bookshop. My dilemma is this:
Considering some books have multiple authors, would it be better to create multiple fields in one row(Author1, Author2) or put all authors for the particular book in one field and let's say separate them with comma. I am asking this so I won't need to restructure my whole database when implementing search engine or something advanced. So the question is, what is more convenient?