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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T00:15:15+00:00 2026-06-04T00:15:15+00:00

I have a many to many relationship between some Jobs and some Workers. Each

  • 0

I have a many to many relationship between some Jobs and some Workers.
Each worker has a property like age. I want to get all the Jobs and Workers that collaborate with the workers of age 22 (for example), including the workers of age 22.

For example if A and B are two workers who do the Job X and one of them is 22 years old, I want a query to return both A and B (joined with the X and its properties)

I have three tables:
Job
1 JobI
2 JobII

Workers:
A Smith 22
B John 21
C Jack 23

J-W relation
1 A
1 B
2 B
2 C

In this example I want A and B info and Job I because A is 22 years old and collaborate with B in Job I

  • 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-04T00:15:17+00:00Added an answer on June 4, 2026 at 12:15 am

    Something like

    Select * From Workers 
    join (Select Distinct WorkerID From WorkerJobs Join Workers on Worker.WorkerID = WorkerJobs.WorkerID and Worker.Age = 22) worker22 on worker22.workerid = worker.workerid
    join Jobs on jobs.jobid = workerjobs.jobid
    join WorkerJobs on Workerjobs.workerid = workers.workerid
    and WorkerJobs.JobId = Jobs.JobID
    

    Ie get all the jobs with a 22 year old worker, then join back to jobs and workers to get the details.

    Any 22 year old with more than one job will repeat as will any job with more than one 2 year old worker though.

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

Sidebar

Related Questions

I have a many-to-many relationship between User s and Task s. I want the
I have a simple has many relationship between 2 entities in Core Data: Team
I have a many-to-many relationship between 2 entities in Entity Framework, like here .
I have two models Property and Amenity the relationship between them is many to
I have many-to-many relationship between Game and Account models like below: class Account <
I have a many-to-many relationship between two tables, let's say Friends and Foods. If
I have a many-to-many relationship between users and groups and I have a table
Is it possible to have a many to many relationship between two tables, and
I have a one-to-many relationship between two classes for this situation. I have a
I have a one-to-many relationship between Foo and Bar and I cannot perform an

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.