Hello, I'm doing a sql database as a school project, the database will be a book catalogue of sorts. What I would like to do is store a biography for the authors and a summary for each book only I'm not sure what the best way to go about storing these in my database are. The databases in school we've done have been limited to 'varchar' and 'int' fields for the most part which I believe will be insufficient to store a block of text.
Thanks.