#IT-6202
Awesome StudentQuestion • Database Management System 1 (Oracle)

Which of the following is the correct example of inserting new values to STUDENTS table where the course is set to NULL;

Answer

INSERT INTO STUDENTS VALUES(1,'DELA CRUZ','JUANITO',NULL);