We are going to make certain changes to the database that we created in Assignment #2.
The changes are:
ADVISOR
:
Advisor ID | Last Name | First Name |
---|---|---|
1222 | McCartney | Paul |
SECTIONS
table:
Section ID | Course IS | Term | Section Year | Instructor |
---|---|---|---|---|
11510103 | CS101 | Fall | 2012 | Pepper |
11510104 | CS101 | Fall | 2012 | Smith |
30110102 | HIS101 | Fall | 2012 | Murphy |
ADVISOR
table. REGISTER
to display only course registrations with grades of A- or A. DEPARTMENT
an additional column to the ADVISOR
table. Have it entries restricted to the Major codes 101, 152 ,
225 , 341 , and 635 . CREDITS
r
in the STUDENT
must be between
0 and 130 .
130.