#IT-6202
Awesome StudentQuestion • Database Management System 1 (Oracle)
Which of the following is the correct example of deleting a student record from STUDENTS table whose COURSE is equal to NULL;
Answer
DELETE FROM STUDENTSWHERE COURSE IS NULL;
DELETE FROM STUDENTSWHERE COURSE IS NULL;