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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T18:48:22+00:00 2026-05-13T18:48:22+00:00

There are products, sections and attributes. Each attribute can have up to 5 or

  • 0

There are products, sections and attributes.

Each attribute can have up to 5 or 6 options.

Example: Power

10 Volt
15 Volt
20 Volt

And there are about 10 products in total, each product has up to 17 attributes applied to it.

Example: Product 1

power - 10 volt
color - red, yellow
link - online, offline

How would you setup the tables? Im stumped. I was thinking of having a separate table for each attrubute, then a products table and sections table.

The products table would house foreign keys for the attributes that relate to it and sections. Does this make sense?

  • 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-13T18:48:22+00:00Added an answer on May 13, 2026 at 6:48 pm

    This is quite common. You can have a base product table with some general attributes like…

    Product
    -------
    ProductID
    ProductName 
    Description
    Price
    

    Then you can extend the table for different product types. So you could have a table like

    ProductElectrical 
    -----------------
    ProductID
    Voltage
    Watts
    BatterySize
    

    Or…

    ProductApparel
    ---------------
    ProductID
    Color
    Size
    Material
    

    Then when needed you can join the extension tables to the core product table like this…

    select p.ProductID, p.ProductName, p.Description, pa.Color, pa.Size, pa.Material
    from Product p
    join ProductApparel pa
    on pa.ProductID = p.ProductID
    where pa.Size = "XXL"
    

    This way you can have a compact core product table used throughout your system. When you need to see the extra attributes you can easily join them to the core Product table.

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

Sidebar

Related Questions

Are there any products that will decrease c++ build times? that can be used
There are some products for which I would like to have a special checkout
There are a few books about specific ORM products such as Hibernate or Linq
Is there a way to create a condition like this? @products = Product.find(:all, :limit
I have the following 3 classes Book Product SpecialOptions There are many Books, and
Currently, we have information about our products in a variety of places. ERP, Various
Are there any products out there that convert Flash SWFs to XAML (I'm interested
Are there any practices regarding using codenames of products in Visual Studio projects and
In Haskell, lifted type products mean that there's a semantic difference between (a,b,c) and
Is there a professional service or product anyone recommends for improving the ui of

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.