Your browser does not support JavaScript!

Which of the following is the correct example of inserting new values to STUDENTS table?

  • INSERT INTO STUDENTS VALUES(1,DELA CRUZ,JUANITO,BSIT);
  • INSERT INTO STUDENTS VALUES(1,'DELA CRUZ','JUANITO','BSIT'); Correct
  • INSERT INTO STUDENTS (1,'DELA CRUZ','JUANITO','BSIT');
  • INSERT INTO STUDENTSVALUES('1','DELA CRUZ','JUANITO','BSIT');
Similar IT-6202 questions