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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T12:32:28+00:00 2026-05-31T12:32:28+00:00

I have 3 tables in my system: Courses , Scores and Users . Scores

  • 0

I have 3 tables in my system: Courses, Scores and Users. Scores is a table which has the test results for each course and each user. So I have the ScoreID, The CourseID the UserID and the Score itself.

I want to show in some page the list of courses that the user didn’t finished yet. So I want it to show all the courses excluding those the user has records in the Scores table (meaning he already has finished it).

How do I exclude the rows from a SELECT statement when certain CourseID and UserID match at the same time?

  • 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-31T12:32:29+00:00Added an answer on May 31, 2026 at 12:32 pm

    Assuming that this is for just one user, Mark Bannister’s answer can be simplified a little…

    SELECT
      *
    FROM
      Courses
    WHERE
      NOT EXISTS (SELECT * FROM Scores WHERE CourseID = Courses.CourseID AND UserID = @userID)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm setting up a group / user based security system. I have 4 tables
i have a table (System.Web.UI.WebControls). each row does have three cells. in cells' controls
Is it possible to have a relationship from a user table to a system
I have a table called Users that has a column called deleted, a boolean
In a school system I have 2 tables, one called Staff which holds records
I have a couple of questions. 1) Why cannot we see system tables (like
I'm trying to produce a Dr-patient appointment system. So far I have four tables:-
We have a system built on seam/richfaces. There's this webpage where the tables are
I have a number of static classes that contain tables like this: using System;
Let's say we have system A comprising a MySQL database, with several tables. After

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.