Question: Write the SQL Queries for the following tasks using these tables Student(StudentID, Name, BirthDate, Address, GPA) Course(CourseID, Name, StartDate, EndDate, Credit, Instructor) Registration(StudentID, CourseID, LetterGrade)
Write the SQL Queries for the following tasks using these tables
Student(StudentID, Name, BirthDate, Address, GPA) Course(CourseID, Name, StartDate, EndDate, Credit, Instructor) Registration(StudentID, CourseID, LetterGrade)
List all instructors who teaches large classes (i.e. at least a course with at least 50 students)
List each student with the number of courses he/she has registered and their total credits
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
