1. With SQL, how can you insert "Olsen" as the "LastName" in the "Persons" table?
  1. INSERT INTO Persons ('Olsen') INTO LastName

  2. INSERT ('Olsen') INTO Persons (LastName)

  3. INSERT INTO Persons (LastName) VALUES ('Olsen')

  4. None


Correct Option: C

Find more quizzes: