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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T03:49:36+00:00 2026-05-15T03:49:36+00:00

Today, I studied about about 2 database design inheritance approaches: Single Table Inheritance Class

  • 0

Today, I studied about about 2 database design inheritance approaches:

  1. Single Table Inheritance
  2. Class Table Inheritance

In my student opinion, Single Table Inheritance makes a database smaller vs other approaches because it uses only 1 table. But I read that the more favorable approach is Class Table Inheritance according to Bill Karwin.

What are the pros and cons of Single Table Inheritance and in which case should it be used?

  • 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-15T03:49:37+00:00Added an answer on May 15, 2026 at 3:49 am

    In my student opinion Single Table Inheritance make database more smaller vs other approaches because she use only 1 table.

    Not necessarily. If the entities of your hierarchy have not much attributes in common, this will result in many null columns and will waste a lot of space.

    But I read that the more favorite approach is Class Table Inheritance according Bill Karwin.

    IMHO, there is no single answer, the different strategies (one table per hierarchy, one table per concrete class, one table per class) have all strengths and weaknesses and choosing one or the other depend on the context.

    Single Table Inheritance pros and cons and in which case it used?

    This strategy is nice when you need “polymorphic” queries (no need of joins or unions) as long as you can minimize the number of nullable columns (and convince the DBA that a denormalized schema won’t be a problem in the long run).

    Actually, I suggest to check Mapping Objects to Relational Databases: O/R Mapping In Detail by Scott Ambler (the author of the reference paper about ORM) and especially the section 2.6 Comparing The Strategies—there is no point in paraphrasing him.

    His summary of the Single Table Strategy:

    Advantages:

    • Simple approach.
    • Easy to add new classes, you just need to add new columns for the
      additional data.
    • Supports polymorphism by simply changing the type of the row.
    • Data access is fast because the data is in one table.
    • Ad-hoc reporting is very easy because all of the data is found in
      one table.

    Disadvantages:

    • Coupling within the class hierarchy is increased because all classes are
      directly coupled to the same table. A
      change in one class can affect the
      table which can then affect the other
      classes in the hierarchy.
    • Space potentially wasted in the database.
    • Indicating the type becomes complex when significant overlap between types
      exists.
    • Table can grow quickly for large hierarchies.

    When to use:

    • This is a good strategy for simple
      and/or shallow class hierarchies where
      there is little or no overlap between
      the types within the hierarchy.

    But I warmly recommend to read the whole paper.

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

Sidebar

Related Questions

Today when I was in computer organization class, teacher talked about something interesting to
Today I was listening to the Hanselminutes show about .NET 3.5 SP1...What's inside ,
Today I stumbled about a Problem which seems to be a bug in the
Today I had a discussion with a colleague about nested functions in Javascript: function
I studied the Twitter API Documentation today. Only find that we could use Twitter
In class today, my professor was discussing how to structure a class. The course
Today, I ran into this weird problem with a user using Mac OS X.
Today I was working on a tab navigation for a webpage. I tried the
Today I discovered that my fresh installation of Apache HTTP Server is able to
Today I had a coworker suggest I refactor my code to use a label

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.