Given the following relational schema in the "cs" database:
| Student | ( ID, LName, FName, Address ) |
| Enroll | ( ID, CRN, Year, Grade ) |
| Section | ( CRN, Year, DeptCode, CourseNo, SNo, BCode, RoomNo ) |
| Course | ( DeptCode, CourseNo, CourseName ) |
| Dept | ( DeptCode, DeptName ) |
| Building | ( BCode, Building ) |
Create a spool file
(see SQL*Plus Notes)
showing the results of SQL queries for the following: