Question: Write SQL update statements to do the following on the database schema shown in Figure 1 ( Student and course database ) . a .

Write SQL update statements to do the following on the database schema shown in Figure 1(Student and course database).
a. Create table student, course and section only. Provide all necessary constraints.
b. Insert a new student, 'Johnson', 25,1, 'Math'>, in the database.
c. Change the class of student 'Smith' to 2.
d. Insert a new course, 'Knowledge Engineering', 'cs4390',3,'cs'>.
e. Delete the record for the student whose name is 'Smith' and whose student number is 17. STUDENT
COURSE
SECTION
GRADE_REPORT
PREREQUISITE
Write SQL update statements to do the following

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!