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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T12:29:55+00:00 2026-06-08T12:29:55+00:00

I need a single mysql table to contain both static and dynamic data so

  • 0

I need a single mysql table to contain both static and dynamic data
so the first data is standard inrormation like name email adress etc. and within that row I need a new dimension with dynamic data like last updated(date)
for example

Person 1| name| address| age|work record--->  within-> work record: experience|Qualifications
person 2| name| address| age|work record
person3 | name| address| age|work record 

so person 1 may only have one column of experience and person 2 may have 5, so I need a new dimension to avoid creating a individual table for each person. Can this be done in mysql?

  • 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-08T12:29:56+00:00Added an answer on June 8, 2026 at 12:29 pm

    The proper way of doing this is to have a second (and third) table for the experience and qualifications. (You may abstract these two into the same table if the data you want to store are similar)

    You would then use a 1:n relation to your “person”-table, using the primary key of the person-table as foreign key in the experience and qualifications table.

    The tables could look something like this:

    PERSON table:
    -------------
    PersonID (Primary Key)
    Name
    Address
    Age
    
    QUALIFICATION table:
    --------------------
    QualificationID (Primary Key)
    PersonID (Foreign key to Person table)
    Qualification-field1
    Qualification-field2
    Qualification-fieldn
    
    EXPERIENCE table:
    -----------------
    ExperienceID (Primary Key)
    PersonID (Foreign key to Person table)
    Experience-field1
    Experience-field2
    Experience-fieldn
    

    Using constraints you would ensure that you can’t have EXPERIENCE records that references non-existing PERSON records.

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

Sidebar

Related Questions

Do I need to define an index for a MySQL table with a single
MYSQL Database: I have a table of data that I need to put into
I have three MySQL queries I need to combine into a single query using
I have a MySQL table with fields and data such as follows; PartNumber Priority
I have a MySQL table with just a single text type column with lots
I have a question regarding an SQL syntax. I have a mysql table like
My MySQL database table has dates stored in the MySQL format (YYYY-MM-DD). I need
I need to select all email addresses from a table, but implode them by
I have this big database on mysql (104 tables), where almost every single table
I am inserting some data into a MySQL table using CodeIgniter. Because I am

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.