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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:55:23+00:00 2026-05-28T02:55:23+00:00

I have a DB consisting of 4 fields.My application will retrieve data from that

  • 0

I have a DB consisting of 4 fields.My application will retrieve data from that db. I have one primary key(the id).I also want depending on the id, provide other data that will be organized in a new table. What is better? Create a new table and search again into it, or given the fact that I have already found the row because of the id, create a new element that will be a table. For example can I create a new element named info, and make it be to something like an array,as I want 11 rows,and 2 columns for the info. My SQL code so far is this:

CREATE TABLE people (
   id INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
   name VARCHAR( 100 ) NOT NULL ,
   sex BOOL NOT NULL DEFAULT '1',
   birthyear INT NOT NULL
)

What changes do I need to make? This table is already created.

  • 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-28T02:55:23+00:00Added an answer on May 28, 2026 at 2:55 am

    If each row in the existing table now also needs associating with an 11×2 set of data, you’re best off creating another table.

    Don’t try to stuff 22 items of data into a single field, it’s a really bad idea.

    If, however, it’s always the same (22 items), you could just add 22 fields. It depends on how that data is going to be used, searched, joined on, etc.

    Exactly how to do that depends on your RDBMS and your interface to it. It may be easier to create a whole new table and copy the old data across. Or the environment you have may allow you to add the columns and it do the leg work for you.

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

Sidebar

Related Questions

I have a usual login form consisting of two input fields, one for login,
I have a library consisting of approx 100 source files. I want one of
I have an application consisting of different modules written in C++. One of the
I have a UINavigationController consisting of a tableview I want to load some data
I have this Birt report that I inherited from another developer, consisting of a
If I have a MySQL-table consisting of the fields one , two , three
We have an application that works with financial data that is schemaless. More accurately,
I have a DataSet consisting of XML data, I can easily output this to
I have to consume a .NET hosted web service from a Java application. Interoperability
I have a basic form consisting of input fields as well as a file

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.