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 4003578
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T08:10:11+00:00 2026-05-20T08:10:11+00:00

I didn’t really know what to put in the heading to this question, but

  • 0

I didn’t really know what to put in the heading to this question, but here’s the thing:

If I want to be able to have a table Consultant, which is the user and their personal information, and I want this user to be able to select their proficiency in a number of Programs (software) on a scale from 0-5 (zero being no experience whatsoever), how do I do this best?

I mean I could have a Consultant table with a one-to-many relationship to a Program table, and then have all the limited Programs availalbe loaded by an XML file or something, and for each Consultant associate all the Programs and their Levels of proficiency. But that seems very wrong and inefficient.

It seems to me I should have a table with all the (limited number of) Programs, and then by some sort of association between the two by Ids. But I can’t get my head around how to do this. I’m thinking many-to-many… But first, is this correct? Secondly, how do I do this in an Entity Framework Model? I usually create my database code first, i.e. create the EF model, and then generate database from model. Will I get a junction table where I can add the Level field, because basically a Consultant HAS A Program with a Level, or actually a list of Programs each with a Level.

I’m too inexperienced with databases to figure this out. A step by step explanation would be greatly appreciated!

  • 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-20T08:10:12+00:00Added an answer on May 20, 2026 at 8:10 am

    Create three tables:

    • Consultant
    • Program
    • ConsultantProficiency

    ConsultantProficiency will have these columns:

    • ConsultantId – FK to Consultant
    • ProgramId – FK to Program
    • Level

    Mark ConsultantId and ProgramId as PK of table.

    Add these tables to entity model – it will create three entities with all relations and navigation properties. You can also start by doing this in EDMX and let EF generate DB for you.

    The point here is that you can’t hide junction table because you want to set Level as additional property. Many-to-many can be expressed directly (hide junction table) only if you don’t need to add any additional data to junction table.

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

Sidebar

Related Questions

Didn't even know how to exactly phrase this question, but here is the the
I didn't really know how to phrase this question, its quite strange. I have
Didn't know how else to put this. Say I have a JavaScript method that
I didn't really know how to formulate the title. But this is my problem.
I didn't find an answer to this question because I don't know if I'm
I didn't design this table, and I would redesign it if I could, but
I didn't want to ask this as an 'answer' to A Question Someone Beat
I didn't find an answer on the net and i hope this question have
I didn't find much in tutorials on this specific question.. So I have a
Didn't see a question similar to this, so here goes: Let's say I'm running

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.