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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T11:49:16+00:00 2026-05-25T11:49:16+00:00

This is for a sort of proof of concept draft to get things working,

  • 0

This is for a sort of proof of concept draft to get things working, but don’t want to have completely crap code. For my database, I tried to get true foreign key relations going using innoDB, but couldn’t get it.

Instead of using foreign keys, I decided to just pull mysql_insert_id() after inserts, saving it as a variable, then putting that variable into the related table.

Is this horrible? Everything seems to work well, and I’m able to connect and relate ID’s as needed. What benefits would using foreign keys give me over my method (besides updates/deletes cascading)?

  • 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-25T11:49:16+00:00Added an answer on May 25, 2026 at 11:49 am

    To create a relation (master->detail), you have to always supply the keys by yourself, either using mysql_insert_id, natural keys or key generated by your applications. The FOREIGN KEY is not going to make that work for you.

    What FOREIGN KEY does is

    • Helping you enforce the relationship/the integrity of your data (so the “detail” record does not point to an invalid parent)
    • Handles deletion or key alterations of master records (ON DELETE …, ON UPDATE …).
    • It’s also creating an index in your “detail”-table for the “master_id”-row if it doesn’t exist yet (okay, you could also do that without FOREIGN KEY)
    • Has also some kind of documenting purpose for example an ERM-tool could reengineer the relationship model from your schema (okay, this point is a slight long shot)

    The cost of adding the FOREIGN KEY constraint statement is small compared to its benefits.

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

Sidebar

Related Questions

I have done this sort of thing before, but it's not working for me
I know this sort of code is not best practice, but nevertheless in certain
This is indeed a sort of exercise I have to complete but a little
I have an assignment and i need working code. Before i start i want
I have this sort of format asp.net MVC View -> Service Layer -> Repository.
Does anyone have any experience with this sort of thing? I'm talking about applets
Scala programmer should have known that this sort of writing : class Person{ var
I posted about this sort of earlier, but I am not sure how to
I want to make this sort of Pinterest effect on my registration form -
I know this sort of question has been banded about before but I've not

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.