Question: USE SQL Query Use the SchoolScheduling database to answer the following questions: Ch 11 1 Using the Staff and Faculty_Classes tables, list ALL staff members
USE SQL Query
Use the SchoolScheduling database to answer the following questions:
Ch 11 1 Using the Staff and Faculty_Classes tables, list ALL staff members and the count of classes that each one teaches.
Ch 11 2 Using the Students, Student_Schedules, and Classes tables, list the StudentID and Names of all students who are enrolled in a class that meets on Tuesdays. Tuesday classes are indicated by storing a 1 in the TuesdaySchedule column of the Classes table.
Ch 11 3 Using the Categories, Subjects, and Classes tables, list the category description, SubjectID, SubjectCode, and SubjectName for all subject that are taught on Wednesdays. Do not list any subject more than once.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
