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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T03:18:38+00:00 2026-06-01T03:18:38+00:00

I have some transitive dependencies in my database design. I have been told by

  • 0

I have some transitive dependencies in my database design. I have been told by my superiors that these can cause bugs. I am finding it difficult to find resources that will tell me how having these dependencies will cause bugs. What kind of problems will they cause?

I am not disputing the fact, just eager to learn what kind of problems they can cause.

Edit for more details:

From wikipedia :

Transitive dependency
A transitive dependency is an indirect functional dependency, one in which X→Z only by virtue of X→Y and Y→Z.

  • 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-01T03:18:39+00:00Added an answer on June 1, 2026 at 3:18 am

    I’ll explain by an example:

    -------------------------------------------------------------------
    |  Course  |    Field     |   Instructor   |  Instructor Phone    |
    -------------------------------------------------------------------
    |  English |  Languages   |  John Doe      |     0123456789       |
    |  French  |  Languages   |  John Doe      |     0123456789       |
    |  Drawing |  Art         |  Alan Smith    |     9856321158       |
    |  PHP     |  Programming |  Camella Ford  |     2225558887       |
    |  C++     |  Programming |  Camella Ford  |     2225558887       |
    -------------------------------------------------------------------
    
    • If you have a Course you can easily get its Instructor so Course->Instructor.
    • If you have an Instructor you can’t get his Course as he might be teaching different courses.
    • If you have an Instructor you can easily get his Phone so Instructor->Phone.

    That means the if you have a Course then you can get the Instructor Phone which means Course->Instructor Phone (i.e. Transitive dependency)

    Now for the problems:

    1. If you delete both the French and English courses then you will delete their instructor John Doe as well and his phone number will be lost forever.
    2. There is no way to add a new Instructor to your database unless you add a Course for him first, or you can duplicate the data in an Instructors table which is even worse.
    3. If Instructor John Doe changes his phone number then you will have to update all Courses that he teaches with the new info which can be very prone to mistakes.
    4. You can’t delete an Instructor from your database unless you delete all the courses he teaches or set all his fields to null.
    5. What if you decide to keep the birth date of your instructors? You will have to add a Birth Date field to the Courses table. Does this even sound logical? Why keep an instructor information in the courses table in the first place?
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have some files on our website that users of our software can download.
I have been using State machine based design tools for some time, and have
I have some UI in VB 2005 that looks great in XP Style, but
We have some input data that sometimes appears with &nbsp characters on the end.
I have some old C# plugin code that was implemented strictly with Reflection. In
I have some javascript that is built on top of mootools that is basically
I have to draw a small finite state machine that has some reflexive transitions
I am creating turistic app and I have made some significant research about design.
I have some elements that, upon hover, toggle the display (none/block) of a child
I have an Activity that plays some audio from within a ListActivity . The

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.