I wanted to create a database that will store the tags that users enter for their questions and then display them all for each individual question posted; something like here on
You would probably need a n:m relation table that stores the relations to your "question"-Table.