Question: STUDENT COURSE Name Student_number Class Major Smith 17 1 CS Brown 8 2 CS Course_name Course_number Credit_hours Department Intro to Computer Science CS1310 4 CS
STUDENT
COURSE
| Name | Student_number | Class | Major |
| Smith | 17 | 1 | CS |
| Brown | 8 | 2 | CS |
| Course_name | Course_number | Credit_hours | Department |
| Intro to Computer Science | CS1310 | 4 | CS |
| Data Structures | CS3320 | 4 | CS |
| Discrete Mathematics | MATH2410 | 3 | MATH |
| Database | CS3380 | 3 | CS |
SECTION
| Section_identifier | Course_number | Semester | Year | Instructor |
| 85 | MATH2410 | Fall | 07 | King |
| 92 | CS1310 | Fall | 07 | Anderson |
| 102 | CS3320 | Spring | 08 | Knuth |
| 112 | MATH2410 | Fall | 08 | Chang |
| 119 | CS1310 | Fall | 08 | Anderson |
| 135 | CS3380 | Fall | 08 | Stone |
GRADE_REPORT
| Student_number | Section_identifier | Grade |
| 17 | 112 | B |
| 17 | 119 | C |
| 8 | 85 | A |
| 8 | 92 | A |
| 8 | 102 | B |
| 8 | 135 | A |
PREREQUISITE
| Course_number | Prerequisite_number |
| CS3380 | CS3320 |
| CS3380 | MATH2410 |
| CS3320 | CS1310 |
Give the code of how to produce the tables above.
6.11 Specify the updates of Exercise 3.11 using the SQL update commands.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
