Mysql – Finding the exclusive records in a table
I am a beginner at SQL. I have a single table called enrolment where I have users (user_id) who can have either single or multiple courses which are represented using course_id. I want to find the users who are only…