Question: Given the course code ACCT-211, use the class table to list the class section, class time and class room. Use the ENROLL table and list
- Given the course code ACCT-211, use the class table to list the class section, class time and class room.
- Use the ENROLL table and list the distinct class codes.
- A course that is currently offered in a term, should appear in at least one entry in the class table. Courses that are not offered in a term, would have an entry only in the COURSE table and do not show up in any entry of the CLASS table. Use the NOT IN operator to display the courses that are not currently offered, meaning, display the courses from the COURSE table, that do not show in the CLASS table. Refer to slide 22, in M4_SQL_partI
- Display the student records alphabetically in ascending order based their last name
- Display the students from the ENROLL table whose grade is A or B. Use the in operator. Also use alias to show the grade column name in the result set as "Grade" instead of "ENROLL_GRADE"
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
