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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T04:20:31+00:00 2026-05-23T04:20:31+00:00

Suppose that we have 3 related table in this manner in MySQL: Table 1:

  • 0

Suppose that we have 3 related table in this manner in MySQL:

Table 1:         Table 2:          Table 3:
-------------    -------------     -------------
UserID      |    ProfileID   |     ArticleID   |
-------------    -------------     -------------
Username    |    UserID      |     UserID      |
-------------    -------------     -------------
Password    |    UserAvatar  |     Article     |
-------------    -------------     -------------

I need to delete every related records upon delete action on Table1. in other words, when user performs delete action on Table 1, related records from other related tables must be deleted automatically and not write tons of queries to achieve this or we have orphan records without its master record.

what should I do?
what are the best practices?

Thanks.

  • 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-23T04:20:32+00:00Added an answer on May 23, 2026 at 4:20 am

    What you want is to perform a cascade delete. Here is what you have to do:

    • Create foreign keys between the tables using UserID as the link
    • The foreign key must be defined as ON DELETE CASCADE

    And you are done.

    Update

    Not gonna give you teh codez. All you need to read is here. Not gonna give you the fish, I’m teaching you how to catch your own fish.

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

Sidebar

Related Questions

Suppose I have a Person table that looks like this, where fk_FriendID is related
Suppose I have a simple MySQL table that looks like this: CREATE TABLE `my_table`
Suppose that you have the following hierarchy of statistics-related classes, structured in a manner
Suppose that I have an integer variable in a class, and this variable may
I have a table, say STUDENTS, that is related one-to-many to another table, CLASSES.
Suppose I have the following objects (one table per object) with this relations: A
Suppose I have a MySQL database named DB, and a table named ContactInfo. The
Suppose that I have a table with three columns: EventID (PK) TagName TagValue I
Suppose that I have a request handler that accepts an argument: key And let
Suppose that you have to set 12 cookies, would it be better to store

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.