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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T17:10:16+00:00 2026-06-14T17:10:16+00:00

I have to make a M:1 relationship using SQL Server but I’ve been wondering

  • 0

I have to make a M:1 relationship using SQL Server but I’ve been wondering if the column representing the “many” side should be foreign key and the column representing “one” side should be primary key.
The purpose is retrieving information from the table with the column representing “one” side using the table with the column representing “many” side.
Do you thing this idea is reasonable and would work successfully?

  • 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-14T17:10:17+00:00Added an answer on June 14, 2026 at 5:10 pm

    I’ve been wondering if the column representing the “many” side should
    be foreign key and the column representing “one” side should be
    primary key.

    The column representing the many side is indeed a primary key of a table, and the column representing the one side is also a primary key of another table. But there is a new column in one of them, is a foreign key that connect each others(this column is the column that makes the relation many to one, and that is the column you should care of).

    So, you have to make them into two tables. Consider the following Many to one example:

    Countries and cities relation: One Country has many cities.

    This would be represented with two tables:

    enter image description here

    Countries:

    • CountryID primary key,
    • Name.

    Cities:

    • CityID primary key1,
    • CountryId foreign key references Countries(ID),
    • Name.

    And that is how you should create a many to one relation as follows:

    • The columns CountryID and CityID are primary keys in the two tables.
    • The column CountryID which represents the one side is a foreign key in the many side(cities table). That is the column that you should

    1:You should have a composite key instead of a primary table in the Cities unless you want a city to be in more than one Country at the same time.

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

Sidebar

Related Questions

General Info: ASP.NET MVC app using ADO.NET Entity Framework SQL Server 2005 I have
I'm using MS SQL Server 2008R2, but I believe this is database agnostic. I'm
I am using Visual Web Developer and Microsoft SQL server. I have a tag
I am using C#, EF and SQL Server and have few tables with parent-child
I am new to Linq. I have been using strongly typed data-sets but like
I have a table T with fields id, parentid , name. i make relationship
Using this sample : I have make my own Fragment that holds tabhost and
I have to make a page that look like painting below, but: field 1
I am using LINQ to SQL in my project. I have two tables Category
When I make relationsships with JPA using hibernate, some terrible long and ackward column

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.