show/hide this revision's text 3 added 77 characters in body

It's been a while since I've last tinkered with databases, and as usually my mind has slipped on what I need to do. Here's me problem:

  1. I have a list of entries (strings).
  2. Each entry has its own name and unique ID.
  3. Entries can share names, but not IDs.
  4. Entries can also have properties (strings).
  5. Entries can have more than one of the same property.
  6. Each property for each entry can have its own value (string).

What's the best table layout for those requirements?

Okay dumb question. Thanks anyway for the help. :P

show/hide this revision's text 2 added 9 characters in body

It's been a while since I've last tinkered with databases, and as usually my mind has slipped on what I need to do. Here's me problem:

  1. I have a list of entries (strings).
  2. Each entry has its own name and unique ID.
  3. Entries can share names, but not IDs.
  4. Entries can also have properties (strings).
  5. Entries can have more than one of the same property.
  6. Each property for each entry can have its own value .
  7. Duplicate properties for each entry must be ordered by date.(string).

What's the best table layout for those requirements?

show/hide this revision's text 1

Help me turn these data structures into database tables

It's been a while since I've last tinkered with databases, and as usually my mind has slipped on what I need to do. Here's me problem:

  1. I have a list of entries (strings).
  2. Each entry has its own name and unique ID.
  3. Entries can share names, but not IDs.
  4. Entries can also have properties (strings).
  5. Entries can have more than one of the same property.
  6. Each property for each entry can have its own value.
  7. Duplicate properties for each entry must be ordered by date.

What's the best table layout for those requirements?