Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Image tag for a tag cloud

New Here ,
May 02, 2010 May 02, 2010

I'm curious:

I'd like to be able to tag pictures on my site and store those tags in the database (with the corresponding images).  What I'm not sure about is whether I can store more than one value in the table's "ImageTag" Column.  Or would i have to create multiple columns (i.e. Tag1, tag2, tag3)?  Or would the tags be stored separated by commas?

TOPICS
Getting started
250
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 02, 2010 May 02, 2010
LATEST

Multiple records are always better than storing lists or having multiple columns in situations like this.  If you don't know why, I've heard good things about the book, Database Design for Mere Mortals.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources