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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T23:03:43+00:00 2026-05-12T23:03:43+00:00

I don’t understand one thing. Why do I have to use foreign key to

  • 0

I don’t understand one thing. Why do I have to use foreign key to link to a primary key in another table?

When I query, I type like “where table1.foreignkeycolumn = table2.primarykeycolumn”.

Does this not work if I haven’t assigned a foreign key to primarykey?

  • 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-12T23:03:43+00:00Added an answer on May 12, 2026 at 11:03 pm

    It works fine without the foreign key. You do not need a foreign key / primary key relationship to JOIN tables in a query.

    The purpose of primary and foreign keys is to instruct the database engine itself to perform the following tests, and to reject data that fails these tests:

    1. For a column declared as a primary key, every row must have a non-NULL value and that value must be unique across all rows in the table. (If you declare several columns to collectively form the primary key, then all columns must contain non-NULL values and the combination of values must be unique among all rows).

    2. For a column declared as a foreign key, if a value is given for a row (foreign key columns can contain NULL values if not otherwise specified) then that value must exist in the linked primary key column.

    3. For a column declared as a primary key, if you attempt to delete the row or change the primary key value, it must be true that no foreign key columns linked to that primary key contain that value.

    It’s a little more elaborate (methods exist to handle primary key updates by cascading the changes to foreign key tables, for instance), but that’s the gist. PK/FK are there to get the database to do some of the integrity checking for you, and to guarantee that the relationships will always be valid.

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

Sidebar

Ask A Question

Stats

  • Questions 238k
  • Answers 238k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Write a turing machine to convert both binary numbers to… May 13, 2026 at 6:47 am
  • Editorial Team
    Editorial Team added an answer Image doesn't take a string as a source :) You… May 13, 2026 at 6:47 am
  • Editorial Team
    Editorial Team added an answer The problem is you are storing your executable in /bin,… May 13, 2026 at 6:47 am

Related Questions

In order to apply a triggered animation to all ToolTip s in my app,
I've got a string that has curly quotes in it. I'd like to replace
Is it possible to replace javascript w/ HTML if JavaScript is not enabled on
I don't know when to add to a dataset a tableadapter or a query
I don't edit CSS very often, and almost every time I need to go

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.