Your browser does not support JavaScript!

Suppose that a user wanted to insert a new value using the explicit method which of the following is the correct example.

  • INSERT INTO STUDENTS VALUES (USN_ID, FIRSTNAME)(10,=E2=80=99ELENA=E2=80=99)
  • INSERT INTO STUDENTS VALUES (10,=E2=80=99ELENA=E2=80=99)
  • INSERT INTO STUDENST(USN_ID, FIRSTNAME)VALUES(10,=E2=80=99ELENA=E2=80=99)
  • INSERT INTO STUDENTS VALUES (10, NULL,=E2=80=99ELENA=E2=80=99,NULL); Correct
Feedbacks
ConventionalRat - 2 years ago
Upvoted this question
Similar IT-6202 questions