I have built a blog site where the authors name is also a link to their Bio. Previously each Blog entry had a "author_link" in a separate column in the blog_table which worked. However is this an efficient way to do this or should the links be in their own associated table, or should it be done some other way that I am not familiar with?
The only dynamic language I have any familiarity with is PHP so any answer that takes a knowledge of anything else is probably beyond my ability to implement for now unless of course it is fairly simple.