Question (SQL):A table named student enrollment contains the following fields:course_namecourse_id_numbercourse_subjects
Posted: Thu Jul 14, 2022 2:17 pm
Question (SQL):A table named student enrollment contains thefollowingfields:course_namecourse_id_numbercourse_subjectstudent_namestudent_id_number
Write a query to show the number of students enrolled in eachhistory course. If it is helpful for the candidate, pleasecopy/paste the question into the shared doc. If asked specifically:The course subject will indicate which courses are history courseshere is one row for each student for each course they are enrolledin id_numbers are unique but names may not be *
Write a query to show the number of students enrolled in eachhistory course. If it is helpful for the candidate, pleasecopy/paste the question into the shared doc. If asked specifically:The course subject will indicate which courses are history courseshere is one row for each student for each course they are enrolledin id_numbers are unique but names may not be *