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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T23:54:46+00:00 2026-05-29T23:54:46+00:00

I have this page table structure to store all the website page information, page_id

  • 0

I have this page table structure to store all the website page information,

page_id
page_url
page_title
page_subtitle
page_description
page_introduction
page_content_1
page_content_2
page_content_3
page_content_4
...

You can see that I have page_content_1 to page_content_4, instead of just page_content. The reason why I do this because I might want to store different types of page content for each page.

But I doubt whether this is a good practice or not? What if other developer comes to further develop on this page table, would you find this structure redundant?

I am thinking maybe I should create another table to store additional page content like this below?

table page_additional_content,

content_id
content_additional_1
content_additional_2
content_additional_3
content_additional_4
page_id

Is this better?

Or there is better standard idea that I should look into?

  • 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-29T23:54:47+00:00Added an answer on May 29, 2026 at 11:54 pm

    Building on Quentin’s answer, if you want to be able to reuse content across pages (such as headers or footers), you could create a table structure like:

    page_content: 
         content_id (primary key)
         actual_content (actual content of the page)
    page_structure: 
         page_id (foreign key of the page)
         content_id (foreign key of the content)
         order_in_page (order of the content in the page)
    

    You content can grow to as many sections as you want without adding additional tables (just add a new row in page_structure and increment the order_in_page counter).

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

Sidebar

Related Questions

I have these three tables, page table page_id page_title 1 a content table content_id
I got a really simple table structure like this: Table Page Hits id |
I want to have a fixed table structure on my jsp page (3row, 4column).
This question is related to this one . I have a page table with
i have this page . login: fer password: m Note: after login you will
I have this serious: I have ASP.NET page, This page contents Update panel with
So I have this page here: http://www.eminentmedia.com/development/powercity/ As you can see when you mouse
So I have this page that has some basic custom tabs: http://demo.unlockedmanagement.com/users/view/2 * NOTE
He, I have this page where i have checkboxes next to every item in
I have this html page which is very simple, it contains a text box

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.