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 Student and course database
a Create table student, course and section only. Provide all necessary constraints.
b Insert a new student, 'Johnson', 'Math' in the database.
c Change the class of student 'Smith' to
d Insert a new course, 'Knowledge Engineering', cscs
e Delete the record for the student whose name is 'Smith' and whose student number is STUDENT
COURSE
SECTION
GRADEREPORT
PREREQUISITE
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
