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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T20:37:16+00:00 2026-06-02T20:37:16+00:00

The easiest way to explain this will be to draw out the two tables

  • 0

The easiest way to explain this will be to draw out the two tables for you guys – so here it goes..

sl_project_course

project_id   |    course_id
50                    1

sl_course
professor_id |    course_id      | course_name
1                     1                 "history"
1                     2                 "law"
1                     3                 "art"
1                     2                 "law"

Information I already have

  • Project_id = 50
  • Professor_id = 1

What I want:

I want all of the course_id’s that the professor is teaching, where
the course_id is not affiliated with the project at hand (in this case
the project at hand is 1 – as shown above.

So, the data I want to come back from the query is:

2                 "law"
3                 "art"

** My attempt:**

$sql_course_not_in_project = "SELECT C.course_id, C.course_subject
FROM sl_course C
LEFT OUTER JOIN sl_project_course PC on PC.project_id = 50
WHERE C.course_id <> PC.course_id AND C.professor_id = 1";

This works, except when there are two rows in sl_project_course the query no longer works correctly.

I appreciate any help!

Thanks,

Evan

  • 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-02T20:37:18+00:00Added an answer on June 2, 2026 at 8:37 pm
    SELECT c.course_id, c.course_subject
        FROM sl_course c
            LEFT JOIN sl_project_course pc
                ON c.course_id = pc.course_id
                    AND pc.project_id = 50
        WHERE c.professor_id = 1
            AND pc.course_id IS NULL
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The easiest way to explain this problem is to show you some code: Public
this is prob pretty easy but if someone could explain the easiest way to
I think the easiest way to explain this is by example. I have a
The easiest way to see this problem will be to run the sample project
Easiest way to explain what I mean is with a code sample. This doesn't
I think the easiest way to explain is simply linking to an example of
Could someone explain to me in simple terms the easiest way to change the
What's the easiest way to clear this form after refresh. The way I have
Not sure the best way to explain this but i'll give it a shot.
The easiest way for me to explain the question is by you looking at

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.