Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7906945
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T11:11:36+00:00 2026-06-03T11:11:36+00:00

2 quick questions: I have done my best to learn about normalization forms, but

  • 0

2 quick questions:

I have done my best to learn about normalization forms, but wasn’t sure about this specific situation.

  1. I have an Event.
  2. An Event has many Instances.
  3. An Instance has: Food, People, Cost, Evaluation, Location, etc.

Should food, people, cost, etc. each get their own table or simply be columns in the Instance table (BLOBs)? I have no reason to think they would need a full table each, since they belong only to an Instance, and would not be shared. However…I don’t know if the future may give me reason for them to be their own, so is it better to just treat them as their own?

Secondly, IF all of those should each be their own table, is it useful to also store the Event foreign key as well? In case I want to call every Food list for an event regardless of instance, or would I just get all the instances from an event and then call the info for each instance. If I expect that call to happen, is that enough cause to add the key or is this poor planning?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T11:11:39+00:00Added an answer on June 3, 2026 at 11:11 am

    Might as well plan for the future here and now before you get down the road and regret your decision later. It would probably be better to store your Instance Items (Food, People, Cost, etc) in separate tables. Instance -> Instance Item is a many to many relationship, you’ll need some linking tables in between the object tables to allow this many-to-many relationship.

    Event | EventID
    Instance | InstanceID, EventID
    InstanceFood | InstanceID, FoodID
    InstancePerson | InstanceID, PersonID
    ...
    Food | FoodID, FoodName
    Person | PersonID, PersonName
    

    In the case of the linking tables, the primaryKey is the combination of both the InstanceID and the other id value. With this setup, there is no need to store event IDs in your object (food, person) tables. If you wanted to figure out which events a particular person is associated with, just join Person with Instance Person and Instance to get all associated EventIDs.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Quick question, What have I done wrong here. The purpose of this code is
I have a few quick questions about the Microsoft Detours Library. I have used
A quick question. Have done some googling, but still cannot find the answer: what
I have two quick questions: When do two file descriptors point to the same
Just a quick questions.. I have made an outlook add-in for 2007 version and
I just have a quick question about how to get the length of a
Quick question... I have a query that checks for duplicates that looks like this:
Quick question. I have an app that use a native DLL through PInvoke, this
----- PHP and mySQL ----- I have two quick questions need some advice. On
I just have a quick best practice question regarding custom cells in a UITableView.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.