a. INSERT INT0 Student(StudentID, StudentName)
VALUES(65798, Lopez);
b. DELETE FROM Student
WHERE StudentName = 'Lopez';
c. DELETE FROM Student
WHERE StudentLastName = 'Lopez';
d. UPDATE Course
SET CourseName = 'Introduction to Relational Databases
WHERE CourseID = 'ISM 4212';
<h2>About SQL</h2>
SQL is a standardized programming language used to manage relational databases and execute various operations on their contents.
SQL is the most used database language. Thereforeore it may be utilized by virtually any organization that needs to store relational data. SQL queries are used to obtain data from the database. However, their performance varies.
Some of the largest organizations use SQL on a daily basis. They are used for performance analysis and data analysis. Even small businesses and startups utilize SQL for comparable goals. SQL is an excellent language for communicating with databases and retrieving crucial data.
Learn more about SQL here:
brainly.com/question/14469511
#spj4