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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T14:16:02+00:00 2026-05-23T14:16:02+00:00

I require an employee table with this structure : Employee (employeeid(int),supervisorids()) The supervisorid is

  • 0

I require an employee table with this structure :

Employee (employeeid(int),supervisorids())

The supervisorid is nothing but the employeeid of the supervisor

One employee can have 0 or many supervisors (please note the 0). If he has a supervisor, then I also need to have a constraint that such employee should exist in the table…that is it would be a internal foreign key referencing to a particular employeeid.

How should I design my table(s) to store this info ? If I make the supervisorids column a varchar (with delimited values of multiple supervisisor’s employeeids), I am unable to have a foreign key to check if that employee exists.

Thanks!

EDIT : Sorry,f orgot to mention, “Order” matters here. An employee may have a list of supervisors, but they are in an order – there is a primary supervisor, if he is absent then we go for second supervisor, then third and so on.

  • 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-23T14:16:03+00:00Added an answer on May 23, 2026 at 2:16 pm

    You want something similar to what Fazal recommended:

    Your employee table, and a separate assoc table with (employeeid, supervisorid, order). supervisorid and employeeid are foreign keys to the employee table, and the ordering key is either unique globally or is unique per employeeid. Your database may provide fancier ways to do ordering like this.

    When you want the supervisors, you query for the employeeid in your separate table, sorted by the order key.

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

Sidebar

Related Questions

I have these two entities. One for Employees: [Table(Name = Employees)] public class Employee
I have three tables: User, Employee and Worker. User table has one-to-zero-or-one relationship with
Require a huge help here, since this is affecting our production instance. One of
For C# properties, I can do this: public class Employee{ public string Name {
I have an employee table which contains a manager ID as a column. If
This question requires some hypothetical background. Let's consider an employee table that has columns
require_once('/recaptcha/recaptchalib.php'); was in the correct place but the error says: Warning: require_once() [function.require-once]: open_basedir
I require a SQL script to validate a VARCHAR field in a table in
I have a MS Access database for employee training and there is a class
I have a working model, but have noticed that the relationship has been created

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.