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

  • SEARCH
  • Home
  • 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 7048463
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:53:43+00:00 2026-05-28T02:53:43+00:00

I have a table in my database that stores musicians in a table as

  • 0

I have a table in my database that stores musicians in a table as well as an event table. What I’m trying to do is keep track of what musicians played at what event. What is the most efficient way to do this? Should I put the event_id in the musician table and create a new record for each event the musician plays in? Should I create a separate lookup table with the event_id and the musician_id and join on the table when trying to get the musicians that played at a particular event? The problem is I have about 50 musicians currently and they could be playing 50 events per year, that’s a lot of redundant data and there’s also the probability that some will play in more events and that number might increase to 100 musicians at some point. Any ideas?

  • 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-05-28T02:53:43+00:00Added an answer on May 28, 2026 at 2:53 am

    I won’t lay out the tables for you, but the basic structure would be:

    musicians – details about the artists (eg. 50 records)
    events – details about an event (e.g. 50 records)
    musicians_events – joint table that lists which events an artist played at

    The joint table would consist simply of 2 fields: musician ID an event ID, both being foreign keys back to their respective parent table.

    With your stated data size, you’d have 50 musician records, 50 event records, and potentially, 2,500 musician-event records if every musician played at every event.

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

Sidebar

Related Questions

Ok I have a table in my SQL Server database that stores comments. My
I have a database table that stores document information (DocID, Name, Type, Owner, etc).
I have a single database table that stores week entries. Id Value WeekId 1
I have a table in my SQL database that stores an AccountID and an
I have one problem... There is a table in my MySQL database that stores
I have a database that stores thousands of bookmarks and the table BM_Table has
Suppose I have this database table (some sample code below) that stores the relationship
I have an asp.net website that stores events inside a database table. Then I
I have a database table that stores imported information. For simplicity, its something like:
I have a MySQL database table that stores the URLs of photos. I need

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.