SQL Modified Commands
SQL Modified Commands
Commands
1. Write a database description for each of the relations using SQL DDL:
a. Create two different forms of the INSERT command to add a student with
StudentID 65798 and last name Lopez:
UPDATE Course
SET CourseName = 'Introduction to Relational Databases'
WHERE CourseID = 'ISM 4212';