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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T22:09:02+00:00 2026-05-26T22:09:02+00:00

I have two columns in my Table called as Workers – Technicians. In Workers

  • 0

I have two columns in my Table called as Workers – Technicians. In Workers I have name of workers, and in Technicians I have name of technicians who is working in company. Here is how it looks:

Workers                              Technicians

Andy                  Kevin
Conan                 Jason
Jay                   Ray
Donald                Daryl
Martin                .
Mark                  .(rows goes on)
.
.(rows goes on)       

What I want to do is to append these rows and having a column called Employees. Here what i want:

Employees

Andy                  
Conan                 
Jay                   
Donald               
Martin                
Mark
Kevin
Jason
Ray
Daryl
.
.

I don’t want to create another table, I just want to add a new column. How would i do this?

  • 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-26T22:09:03+00:00Added an answer on May 26, 2026 at 10:09 pm

    I also don’t understand fully what you want to do (mainly because of this: if, say, a row has “Andy” in Workers and “Kevin” in Technicians, what will you put in Employees? Andy or Kevin?), but to add a new column to the table and then fill it with data you need to:

    1. Add it (assuming your table is named Table and 100 chars are enough for the new column):

      alter table [Table] add [Employees] nvarchar(100) null

    2. Fill it:

      update [Table] set [Employees] = [Workers]

      — or:

      update [Table] set [Employees] = [Technicians]

    I believe what you really want is a new table, Employees, and to change the Workers and Technicians into relationships drawn from it. For that, see the link Simon gave you about database normalization.

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

Sidebar

Related Questions

I have a table called meta , with two columns name and value .
I have a table called ProjectRegion. It has two columns, an id and a
I have a table called Courses with two columns dept_code and course_code that are
I have a table called Task which has, among others, two columns: Date_due: a
I have a table called Sessions with two datetime columns: start and end. For
I have a table called keywords. It's simple, two columns - id and keyword.
I have a database table called users This table has two columns (that are
I have one DB table called table1 have some columns two of them are
I Have two columns Arrive_Date and Interval in a table called TimeZone. I am
I have table called articles_tags which have two columns: article_id tag_id (has_and_belongs_to_many association) (I

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.