Skip to content

Calculate percentage of students SQL

How to calculate percentage of students with higher mark than average for each course? Assume I have a table (avg_marks) with average marks for each course and number of students in the course: I also have a table (enrolments) with all courses, students enrolled in those courses and their mark for the course:…

Inner Joining 3 Tables to get a Result

I am new to SQL, but I am trying to find all the jobs that Monica (applicant A2) has ALL the skills for (which would be Job ID jo3 and j05.) This is the script I am using in Oracle: drop table …